| 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; otherwise, false.
|
ExecutionConfiguration |
ExecutionConfiguration.withAppPackagesCleanup(Boolean appPackagesCleanup)
True if app package cleanup is enabled at the beginning of the test; otherwise, false.
|
ExecutionConfiguration |
ExecutionConfiguration.withJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes a test run will execute before it times out.
|
| 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 © 2017. All rights reserved.