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.
|
ExecutionConfiguration.Builder |
appPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test.
|
ExecutionConfiguration.Builder |
jobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run executes before it times out.
|
ExecutionConfiguration.Builder |
skipAppResign(Boolean skipAppResign)
When set to
true, for private devices, Device Farm does not sign your app again. |
ExecutionConfiguration.Builder |
videoCapture(Boolean videoCapture)
Set to true to enable video capture.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionConfiguration.Builder jobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run executes before it times out.
jobTimeoutMinutes - The number of minutes a test run executes 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 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.
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.
Copyright © 2021. All rights reserved.