| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Run.Builder |
Run.Builder.appUpload(String appUpload)
An app to upload or that has been uploaded.
|
Run.Builder |
Run.Builder.arn(String arn)
The run's ARN.
|
Run.Builder |
Run.Builder.billingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
Run.Builder |
Run.Builder.billingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
static Run.Builder |
Run.builder() |
Run.Builder |
Run.Builder.completedJobs(Integer completedJobs)
The total number of completed jobs.
|
default Run.Builder |
Run.Builder.counters(Consumer<Counters.Builder> counters)
The run's result counters.
|
Run.Builder |
Run.Builder.counters(Counters counters)
The run's result counters.
|
Run.Builder |
Run.Builder.created(Instant created)
When the run was created.
|
default Run.Builder |
Run.Builder.customerArtifactPaths(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths)
Output
CustomerArtifactPaths object for the test run. |
Run.Builder |
Run.Builder.customerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Output
CustomerArtifactPaths object for the test run. |
default Run.Builder |
Run.Builder.deviceMinutes(Consumer<DeviceMinutes.Builder> deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
Run.Builder |
Run.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
Run.Builder |
Run.Builder.devicePoolArn(String devicePoolArn)
The ARN of the device pool for the run.
|
Run.Builder |
Run.Builder.eventCount(Integer eventCount)
For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.
|
Run.Builder |
Run.Builder.jobTimeoutMinutes(Integer jobTimeoutMinutes)
The number of minutes the job will execute before it times out.
|
Run.Builder |
Run.Builder.locale(String locale)
Information about the locale that is used for the run.
|
default Run.Builder |
Run.Builder.location(Consumer<Location.Builder> location)
Information about the location that is used for the run.
|
Run.Builder |
Run.Builder.location(Location location)
Information about the location that is used for the run.
|
Run.Builder |
Run.Builder.message(String message)
A message about the run's result.
|
Run.Builder |
Run.Builder.name(String name)
The run's name.
|
default Run.Builder |
Run.Builder.networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile being used for a test run.
|
Run.Builder |
Run.Builder.networkProfile(NetworkProfile networkProfile)
The network profile being used for a test run.
|
Run.Builder |
Run.Builder.parsingResultUrl(String parsingResultUrl)
Read-only URL for an object in S3 bucket where you can get the parsing results of the test package.
|
Run.Builder |
Run.Builder.platform(DevicePlatform platform)
The run's platform.
|
Run.Builder |
Run.Builder.platform(String platform)
The run's platform.
|
default Run.Builder |
Run.Builder.radios(Consumer<Radios.Builder> radios)
Information about the radio states for the run.
|
Run.Builder |
Run.Builder.radios(Radios radios)
Information about the radio states for the run.
|
Run.Builder |
Run.Builder.result(ExecutionResult result)
The run's result.
|
Run.Builder |
Run.Builder.result(String result)
The run's result.
|
Run.Builder |
Run.Builder.resultCode(ExecutionResultCode resultCode)
Supporting field for the result field.
|
Run.Builder |
Run.Builder.resultCode(String resultCode)
Supporting field for the result field.
|
Run.Builder |
Run.Builder.seed(Integer seed)
For fuzz tests, this is a seed to use for randomizing the UI fuzz test.
|
Run.Builder |
Run.Builder.skipAppResign(Boolean skipAppResign)
When set to
true, for private devices, Device Farm will not sign your app again. |
Run.Builder |
Run.Builder.started(Instant started)
The run's start time.
|
Run.Builder |
Run.Builder.status(ExecutionStatus status)
The run's status.
|
Run.Builder |
Run.Builder.status(String status)
The run's status.
|
Run.Builder |
Run.Builder.stopped(Instant stopped)
The run's stop time.
|
Run.Builder |
Run.Builder.testSpecArn(String testSpecArn)
The ARN of the YAML-formatted test specification for the run.
|
Run.Builder |
Run.toBuilder() |
Run.Builder |
Run.Builder.totalJobs(Integer totalJobs)
The total number of jobs for the run.
|
Run.Builder |
Run.Builder.type(String type)
The run's type.
|
Run.Builder |
Run.Builder.type(TestType type)
The run's type.
|
Run.Builder |
Run.Builder.webUrl(String webUrl)
The Device Farm console URL for the recording of the run.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Run.Builder> |
Run.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleRunResponse.Builder |
ScheduleRunResponse.Builder.run(Consumer<Run.Builder> run)
Information about the scheduled run.
|
default StopRunResponse.Builder |
StopRunResponse.Builder.run(Consumer<Run.Builder> run)
The run that was stopped.
|
default GetRunResponse.Builder |
GetRunResponse.Builder.run(Consumer<Run.Builder> run)
The run you wish to get results from.
|
Copyright © 2018. All rights reserved.