Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScheduleRunTest |
ScheduleRunRequest.test
Information about the test for the run to be scheduled.
|
Modifier and Type | Method and Description |
---|---|
ScheduleRunTest |
ScheduleRunTest.addParametersEntry(java.lang.String key,
java.lang.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(java.lang.String filter)
The test's filter.
|
ScheduleRunTest |
ScheduleRunTest.withParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
The test's parameters, such as test framework parameters and fixture
settings.
|
ScheduleRunTest |
ScheduleRunTest.withTestPackageArn(java.lang.String testPackageArn)
The ARN of the uploaded test that will be run.
|
ScheduleRunTest |
ScheduleRunTest.withType(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ScheduleRunTest |
ScheduleRunTestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleRunTestJsonMarshaller.marshall(ScheduleRunTest scheduleRunTest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|