Uses of Class
com.amazonaws.services.devicefarm.model.ScheduleRunTest
-
Packages that use ScheduleRunTest Package Description com.amazonaws.services.devicefarm.model -
-
Uses of ScheduleRunTest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ScheduleRunTest Modifier and Type Method 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(TestType type)
The test's type.ScheduleRunTest
ScheduleRunTest. withType(String type)
The test's type.Methods in com.amazonaws.services.devicefarm.model with parameters of type ScheduleRunTest Modifier and Type Method 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.
-