| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Run |
Run.clone() |
Run |
StopRunResult.getRun()
The run that was stopped.
|
Run |
ScheduleRunResult.getRun()
Information about the scheduled run.
|
Run |
GetRunResult.getRun()
The run to get results from.
|
Run |
Run.withAppUpload(String appUpload)
An app to upload or that has been uploaded.
|
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.withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Output
CustomerArtifactPaths object for the test run. |
Run |
Run.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
Run |
Run.withDevicePoolArn(String devicePoolArn)
The ARN of the device pool for the run.
|
Run |
Run.withDeviceSelectionResult(DeviceSelectionResult deviceSelectionResult)
The results of a device filter used to select the devices for a test run.
|
Run |
Run.withEventCount(Integer eventCount)
For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.
|
Run |
Run.withJobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes the job executes before it times out.
|
Run |
Run.withLocale(String locale)
Information about the locale that is used for the run.
|
Run |
Run.withLocation(Location location)
Information about the location that is used for the run.
|
Run |
Run.withMessage(String message)
A message about the run's result.
|
Run |
Run.withName(String name)
The run's name.
|
Run |
Run.withNetworkProfile(NetworkProfile networkProfile)
The network profile being used for a test run.
|
Run |
Run.withParsingResultUrl(String parsingResultUrl)
Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package.
|
Run |
Run.withPlatform(DevicePlatform platform)
The run's platform.
|
Run |
Run.withPlatform(String platform)
The run's platform.
|
Run |
Run.withRadios(Radios radios)
Information about the radio states for the run.
|
Run |
Run.withResult(ExecutionResult result)
The run's result.
|
Run |
Run.withResult(String result)
The run's result.
|
Run |
Run.withResultCode(ExecutionResultCode resultCode)
Supporting field for the result field.
|
Run |
Run.withResultCode(String resultCode)
Supporting field for the result field.
|
Run |
Run.withSeed(Integer seed)
For fuzz tests, this is a seed to use for randomizing the UI fuzz test.
|
Run |
Run.withSkipAppResign(Boolean skipAppResign)
When set to
true, for private devices, Device Farm does not sign your app again. |
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.withTestSpecArn(String testSpecArn)
The ARN of the YAML-formatted test specification for the run.
|
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.
|
Run |
Run.withVpcConfig(VpcConfig vpcConfig)
The VPC security groups and subnets that are attached to a project.
|
Run |
Run.withWebUrl(String webUrl)
The Device Farm console URL for the recording of the run.
|
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
ListRunsResult.getRuns()
Information about the runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopRunResult.setRun(Run run)
The run that was stopped.
|
void |
ScheduleRunResult.setRun(Run run)
Information about the scheduled run.
|
void |
GetRunResult.setRun(Run run)
The run to get results from.
|
StopRunResult |
StopRunResult.withRun(Run run)
The run that was stopped.
|
ScheduleRunResult |
ScheduleRunResult.withRun(Run run)
Information about the scheduled run.
|
GetRunResult |
GetRunResult.withRun(Run run)
The run to get results from.
|
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 © 2023. All rights reserved.