Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Job |
GetJobResult.job |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Job> |
ListJobsResult.jobs
Information about the jobs.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.clone() |
Job |
GetJobResult.getJob() |
Job |
Job.withArn(java.lang.String arn)
The job's ARN.
|
Job |
Job.withCounters(Counters counters)
The job's result counters.
|
Job |
Job.withCreated(java.util.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(java.lang.String message)
A message about the job's result.
|
Job |
Job.withName(java.lang.String name)
The job's name.
|
Job |
Job.withResult(ExecutionResult result)
The job's result.
|
Job |
Job.withResult(java.lang.String result)
The job's result.
|
Job |
Job.withStarted(java.util.Date started)
The job's start time.
|
Job |
Job.withStatus(ExecutionStatus status)
The job's status.
|
Job |
Job.withStatus(java.lang.String status)
The job's status.
|
Job |
Job.withStopped(java.util.Date stopped)
The job's stop time.
|
Job |
Job.withType(java.lang.String type)
The job's type.
|
Job |
Job.withType(TestType type)
The job's type.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Job> jobs)
Information about the jobs.
|
ListJobsResult |
ListJobsResult.withJobs(java.util.Collection<Job> jobs)
Information about the jobs.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobJsonMarshaller.marshall(Job job,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|