Uses of Class
com.amazonaws.services.devicefarm.model.Run
Packages that use Run
-
Uses of Run in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return RunModifier and TypeMethodDescriptionRun.clone()GetRunResult.getRun()ScheduleRunResult.getRun()Information about the scheduled run.StopRunResult.getRun()The run's ARN.Run.withBillingMethod(BillingMethod billingMethod) Specifies the billing method for a test run:meteredorunmetered.Run.withBillingMethod(String billingMethod) Specifies the billing method for a test run:meteredorunmetered.Run.withCompletedJobs(Integer completedJobs) The total number of completed jobs.Run.withCounters(Counters counters) The run's result counters.Run.withCreated(Date created) When the run was created.Run.withDeviceMinutes(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the test run.Run.withMessage(String message) A message about the run's result.The run's name.Run.withPlatform(DevicePlatform platform) The run's platform.Run.withPlatform(String platform) The run's platform.Run.withResult(ExecutionResult result) The run's result.Run.withResult(String result) The run's result.Run.withStarted(Date started) The run's start time.Run.withStatus(ExecutionStatus status) The run's status.Run.withStatus(String status) The run's status.Run.withStopped(Date stopped) The run's stop time.Run.withTotalJobs(Integer totalJobs) The total number of jobs for the run.The run's type.The run's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type RunMethods in com.amazonaws.services.devicefarm.model with parameters of type RunModifier and TypeMethodDescriptionvoidvoidInformation about the scheduled run.voidInformation about the scheduled run.Information about the runs.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type RunModifier and TypeMethodDescriptionvoidListRunsResult.setRuns(Collection<Run> runs) Information about the runs.ListRunsResult.withRuns(Collection<Run> runs) Information about the runs.