Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
ScheduleRunTest |
ScheduleRunTest.addParametersEntry(String key,
String value) |
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 |
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 that will be run.
|
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.
|
ScheduleRunRequest |
ScheduleRunRequest.withTest(ScheduleRunTest test)
Information about the test for the run to be scheduled.
|
Copyright © 2018. All rights reserved.