Class ExecutionConfiguration

    • Method Detail

      • jobTimeoutMinutes

        public final Integer jobTimeoutMinutes()

        The number of minutes a test run executes before it times out.

        Returns:
        The number of minutes a test run executes before it times out.
      • accountsCleanup

        public final Boolean accountsCleanup()

        True if account cleanup is enabled at the beginning of the test. Otherwise, false.

        Returns:
        True if account cleanup is enabled at the beginning of the test. Otherwise, false.
      • appPackagesCleanup

        public final Boolean appPackagesCleanup()

        True if app package cleanup is enabled at the beginning of the test. Otherwise, false.

        Returns:
        True if app package cleanup is enabled at the beginning of the test. Otherwise, false.
      • videoCapture

        public final Boolean videoCapture()

        Set to true to enable video capture. Otherwise, set to false. The default is true.

        Returns:
        Set to true to enable video capture. Otherwise, set to false. The default is true.
      • skipAppResign

        public final Boolean skipAppResign()

        When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

        For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

        Returns:
        When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

        For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)