Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Run |
Run.clone() |
Run |
GetRunResult.getRun() |
Run |
StopRunResult.getRun() |
Run |
ScheduleRunResult.getRun()
Information about the scheduled run.
|
Run |
Run.withArn(String arn)
The run's ARN.
|
Run |
Run.withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or
unmetered . |
Run |
Run.withBillingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or
unmetered . |
Run |
Run.withCompletedJobs(Integer completedJobs)
The total number of completed jobs.
|
Run |
Run.withCounters(Counters counters)
The run's result counters.
|
Run |
Run.withCreated(Date created)
When the run was created.
|
Run |
Run.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
Run |
Run.withMessage(String message)
A message about the run's result.
|
Run |
Run.withName(String name)
The run's name.
|
Run |
Run.withPlatform(DevicePlatform platform)
The run's platform.
|
Run |
Run.withPlatform(String platform)
The run's platform.
|
Run |
Run.withResult(ExecutionResult result)
The run's result.
|
Run |
Run.withResult(String result)
The run's result.
|
Run |
Run.withStarted(Date started)
The run's start time.
|
Run |
Run.withStatus(ExecutionStatus status)
The run's status.
|
Run |
Run.withStatus(String status)
The run's status.
|
Run |
Run.withStopped(Date stopped)
The run's stop time.
|
Run |
Run.withTotalJobs(Integer totalJobs)
The total number of jobs for the run.
|
Run |
Run.withType(String type)
The run's type.
|
Run |
Run.withType(TestType type)
The run's type.
|
Modifier and Type | Method and Description |
---|---|
List<Run> |
ListRunsResult.getRuns()
Information about the runs.
|
Modifier and Type | Method and Description |
---|---|
void |
GetRunResult.setRun(Run run) |
void |
StopRunResult.setRun(Run run) |
void |
ScheduleRunResult.setRun(Run run)
Information about the scheduled run.
|
GetRunResult |
GetRunResult.withRun(Run run) |
StopRunResult |
StopRunResult.withRun(Run run) |
ScheduleRunResult |
ScheduleRunResult.withRun(Run run)
Information about the scheduled run.
|
ListRunsResult |
ListRunsResult.withRuns(Run... runs)
Information about the runs.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRunsResult.setRuns(Collection<Run> runs)
Information about the runs.
|
ListRunsResult |
ListRunsResult.withRuns(Collection<Run> runs)
Information about the runs.
|
Copyright © 2018. All rights reserved.