Run |
Run.clone() |
|
Run |
GetRunResult.getRun() |
|
Run |
ScheduleRunResult.getRun() |
Information about the scheduled run.
|
Run |
StopRunResult.getRun() |
|
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(TestType type) |
The run's type.
|
Run |
Run.withType(String type) |
The run's type.
|