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 ScheduleRunTestScheduleRunTest. addParametersEntry(String key, String value)ScheduleRunTestScheduleRunTest. clearParametersEntries()Removes all the entries added into Parameters.ScheduleRunTestScheduleRunTest. clone()ScheduleRunTestScheduleRunRequest. getTest()Information about the test for the run to be scheduled.ScheduleRunTestScheduleRunTest. withFilter(String filter)The test's filter.ScheduleRunTestScheduleRunTest. withParameters(Map<String,String> parameters)The test's parameters, such as test framework parameters and fixture settings.ScheduleRunTestScheduleRunTest. withTestPackageArn(String testPackageArn)The ARN of the uploaded test that will be run.ScheduleRunTestScheduleRunTest. withType(TestType type)The test's type.ScheduleRunTestScheduleRunTest. withType(String type)The test's type.Methods in com.amazonaws.services.devicefarm.model with parameters of type ScheduleRunTest Modifier and Type Method Description voidScheduleRunRequest. setTest(ScheduleRunTest test)Information about the test for the run to be scheduled.ScheduleRunRequestScheduleRunRequest. withTest(ScheduleRunTest test)Information about the test for the run to be scheduled.
-