Uses of Class
com.amazonaws.services.devicefarm.model.ScheduleRunTest
Packages that use ScheduleRunTest
-
Uses of ScheduleRunTest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ScheduleRunTestModifier and TypeMethodDescriptionScheduleRunTest.addParametersEntry
(String key, String value) ScheduleRunTest.clearParametersEntries()
Removes all the entries added into Parameters.ScheduleRunTest.clone()
ScheduleRunRequest.getTest()
Information about the test for the run to be scheduled.ScheduleRunTest.withFilter
(String filter) The test's filter.ScheduleRunTest.withParameters
(Map<String, String> parameters) The test's parameters, such as test framework parameters and fixture settings.ScheduleRunTest.withTestPackageArn
(String testPackageArn) The ARN of the uploaded test that will be run.The test's type.The test's type.Methods in com.amazonaws.services.devicefarm.model with parameters of type ScheduleRunTestModifier and TypeMethodDescriptionvoid
ScheduleRunRequest.setTest
(ScheduleRunTest test) Information about the test for the run to be scheduled.ScheduleRunRequest.withTest
(ScheduleRunTest test) Information about the test for the run to be scheduled.