public static interface ExecutionConfiguration.Builder extends SdkPojo, CopyableBuilder<ExecutionConfiguration.Builder,ExecutionConfiguration>
Modifier and Type | Method and Description |
---|---|
ExecutionConfiguration.Builder |
accountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test; otherwise, false.
|
ExecutionConfiguration.Builder |
appPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
|
ExecutionConfiguration.Builder |
jobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
|
ExecutionConfiguration.Builder |
skipAppResign(Boolean skipAppResign)
When set to
true , for private devices, Device Farm will not sign your app again. |
ExecutionConfiguration.Builder |
videoCapture(Boolean videoCapture)
Set to true to enable video capture; otherwise, set to false.
|
copy
applyMutation, build
ExecutionConfiguration.Builder jobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
jobTimeoutMinutes
- The number of minutes a test run will execute before it times out.ExecutionConfiguration.Builder accountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test; otherwise, false.
accountsCleanup
- True if account cleanup is enabled at the beginning of the test; otherwise, false.ExecutionConfiguration.Builder appPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
appPackagesCleanup
- True if app package cleanup is enabled at the beginning of the test; otherwise, false.ExecutionConfiguration.Builder videoCapture(Boolean videoCapture)
Set to true to enable video capture; otherwise, set to false. The default is true.
videoCapture
- Set to true to enable video capture; otherwise, set to false. The default is true.ExecutionConfiguration.Builder skipAppResign(Boolean skipAppResign)
When set to true
, for private devices, Device Farm will not sign your app again. For public
devices, Device Farm always signs your apps again and this parameter has no effect.
For more information about how Device Farm re-signs your app(s), see Do you modify my app? in the AWS Device Farm FAQs.
skipAppResign
- When set to true
, for private devices, Device Farm will not sign your app again. For
public devices, Device Farm always signs your apps again and this parameter has no effect.
For more information about how Device Farm re-signs your app(s), see Do you modify my app? in the AWS Device Farm FAQs.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.