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 JobJob. clone()JobGetJobResult. getJob()JobJob. withArn(String arn)The job's ARN.JobJob. withCounters(Counters counters)The job's result counters.JobJob. withCreated(Date created)When the job was created.JobJob. withDevice(Device device)JobJob. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the job.JobJob. withMessage(String message)A message about the job's result.JobJob. withName(String name)The job's name.JobJob. withResult(ExecutionResult result)The job's result.JobJob. withResult(String result)The job's result.JobJob. withStarted(Date started)The job's start time.JobJob. withStatus(ExecutionStatus status)The job's status.JobJob. withStatus(String status)The job's status.JobJob. withStopped(Date stopped)The job's stop time.JobJob. withType(TestType type)The job's type.JobJob. 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 voidGetJobResult. setJob(Job job)GetJobResultGetJobResult. withJob(Job job)ListJobsResultListJobsResult. 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 voidListJobsResult. setJobs(Collection<Job> jobs)Information about the jobs.ListJobsResultListJobsResult. withJobs(Collection<Job> jobs)Information about the jobs.
-