Class ExecutionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.ExecutionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ExecutionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
Represents configuration information about a test run, such as the execution timeout (in minutes).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanaccountsCleanup()True if account cleanup is enabled at the beginning of the test.BooleanappPackagesCleanup()True if app package cleanup is enabled at the beginning of the test.static ExecutionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerjobTimeoutMinutes()The number of minutes a test run executes before it times out.List<SdkField<?>>sdkFields()static Class<? extends ExecutionConfiguration.Builder>serializableBuilderClass()BooleanskipAppResign()When set totrue, for private devices, Device Farm does not sign your app again.ExecutionConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanvideoCapture()Set to true to enable video capture.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public ExecutionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
-
builder
public static ExecutionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecutionConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-