| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionConfiguration |
ExecutionConfiguration.clone() |
ExecutionConfiguration |
ScheduleRunRequest.getExecutionConfiguration()
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ExecutionConfiguration |
ExecutionConfiguration.withAccountsCleanup(Boolean accountsCleanup)
True if account cleanup is enabled at the beginning of the test.
|
ExecutionConfiguration |
ExecutionConfiguration.withAppPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test.
|
ExecutionConfiguration |
ExecutionConfiguration.withJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run executes before it times out.
|
ExecutionConfiguration |
ExecutionConfiguration.withSkipAppResign(Boolean skipAppResign)
When set to
true, for private devices, Device Farm does not sign your app again. |
ExecutionConfiguration |
ExecutionConfiguration.withVideoCapture(Boolean videoCapture)
Set to true to enable video capture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleRunRequest.setExecutionConfiguration(ExecutionConfiguration executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
ScheduleRunRequest |
ScheduleRunRequest.withExecutionConfiguration(ExecutionConfiguration executionConfiguration)
Specifies configuration information about a test run, such as the execution timeout (in minutes).
|
Copyright © 2020. All rights reserved.