| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleRunTest |
ScheduleRunTest.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
ScheduleRunTest |
ScheduleRunTest.clearParametersEntries()
Removes all the entries added into Parameters.
|
ScheduleRunTest |
ScheduleRunTest.clone() |
ScheduleRunTest |
ScheduleRunRequest.getTest()
Information about the test for the run to be scheduled.
|
ScheduleRunTest |
GetDevicePoolCompatibilityRequest.getTest()
Information about the uploaded test to be run against the device pool.
|
ScheduleRunTest |
ScheduleRunTest.withFilter(String filter)
The test's filter.
|
ScheduleRunTest |
ScheduleRunTest.withParameters(Map<String,String> parameters)
The test's parameters, such as test framework parameters and fixture settings.
|
ScheduleRunTest |
ScheduleRunTest.withTestPackageArn(String testPackageArn)
The ARN of the uploaded test to be run.
|
ScheduleRunTest |
ScheduleRunTest.withTestSpecArn(String testSpecArn)
The ARN of the YAML-formatted test specification.
|
ScheduleRunTest |
ScheduleRunTest.withType(String type)
The test's type.
|
ScheduleRunTest |
ScheduleRunTest.withType(TestType type)
The test's type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleRunRequest.setTest(ScheduleRunTest test)
Information about the test for the run to be scheduled.
|
void |
GetDevicePoolCompatibilityRequest.setTest(ScheduleRunTest test)
Information about the uploaded test to be run against the device pool.
|
ScheduleRunRequest |
ScheduleRunRequest.withTest(ScheduleRunTest test)
Information about the test for the run to be scheduled.
|
GetDevicePoolCompatibilityRequest |
GetDevicePoolCompatibilityRequest.withTest(ScheduleRunTest test)
Information about the uploaded test to be run against the device pool.
|
Copyright © 2021. All rights reserved.