Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and 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(String type)
The job's type.
|
Job |
Job.withType(TestType type)
The job's type.
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
ListJobsResult.getJobs()
Information about the jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
GetJobResult.setJob(Job job) |
GetJobResult |
GetJobResult.withJob(Job job) |
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
Information about the jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
ListJobsResult.setJobs(Collection<Job> jobs)
Information about the jobs.
|
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
Information about the jobs.
|
Copyright © 2018. All rights reserved.