Uses of Class
com.amazonaws.services.devicefarm.model.Job
-
Packages that use Job Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Job in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Job Modifier and Type Method Description Job
Job. clone()
Job
GetJobResult. getJob()
Job
Job. withArn(String arn)
The job's ARN.Job
Job. withCounters(Counters counters)
The job's result counters.Job
Job. withCreated(Date created)
When the job was created.Job
Job. withDevice(Device device)
Job
Job. withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.Job
Job. withMessage(String message)
A message about the job's result.Job
Job. withName(String name)
The job's name.Job
Job. withResult(ExecutionResult result)
The job's result.Job
Job. withResult(String result)
The job's result.Job
Job. withStarted(Date started)
The job's start time.Job
Job. withStatus(ExecutionStatus status)
The job's status.Job
Job. withStatus(String status)
The job's status.Job
Job. withStopped(Date stopped)
The job's stop time.Job
Job. withType(TestType type)
The job's type.Job
Job. withType(String type)
The job's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Job Modifier and Type Method Description List<Job>
ListJobsResult. getJobs()
Information about the jobs.Methods in com.amazonaws.services.devicefarm.model with parameters of type Job Modifier and Type Method Description void
GetJobResult. setJob(Job job)
GetJobResult
GetJobResult. withJob(Job job)
ListJobsResult
ListJobsResult. withJobs(Job... jobs)
Information about the jobs.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Job Modifier and Type Method Description void
ListJobsResult. setJobs(Collection<Job> jobs)
Information about the jobs.ListJobsResult
ListJobsResult. withJobs(Collection<Job> jobs)
Information about the jobs.
-