Class GetDevicePoolCompatibilityRequest

    • Method Detail

      • devicePoolArn

        public final String devicePoolArn()

        The device pool's ARN.

        Returns:
        The device pool's ARN.
      • appArn

        public final String appArn()

        The ARN of the app that is associated with the specified device pool.

        Returns:
        The ARN of the app that is associated with the specified device pool.
      • testType

        public final TestType testType()

        The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • INSTRUMENTATION.

        • XCTEST.

        • XCTEST_UI.

        If the service returns an enum value that is not available in the current SDK version, testType will return TestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from testTypeAsString().

        Returns:
        The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • INSTRUMENTATION.

        • XCTEST.

        • XCTEST_UI.

        See Also:
        TestType
      • testTypeAsString

        public final String testTypeAsString()

        The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • INSTRUMENTATION.

        • XCTEST.

        • XCTEST_UI.

        If the service returns an enum value that is not available in the current SDK version, testType will return TestType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from testTypeAsString().

        Returns:
        The test type for the specified device pool.

        Allowed values include the following:

        • BUILTIN_FUZZ.

        • APPIUM_JAVA_JUNIT.

        • APPIUM_JAVA_TESTNG.

        • APPIUM_PYTHON.

        • APPIUM_NODE.

        • APPIUM_RUBY.

        • APPIUM_WEB_JAVA_JUNIT.

        • APPIUM_WEB_JAVA_TESTNG.

        • APPIUM_WEB_PYTHON.

        • APPIUM_WEB_NODE.

        • APPIUM_WEB_RUBY.

        • INSTRUMENTATION.

        • XCTEST.

        • XCTEST_UI.

        See Also:
        TestType
      • test

        public final ScheduleRunTest test()

        Information about the uploaded test to be run against the device pool.

        Returns:
        Information about the uploaded test to be run against the device pool.
      • configuration

        public final ScheduleRunConfiguration configuration()

        An object that contains information about the settings for a run.

        Returns:
        An object that contains information about the settings for a run.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object