| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.Builder.androidPaths(Collection<String> androidPaths)
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are
pulled from.
|
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.Builder.androidPaths(String... androidPaths)
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are
pulled from.
|
static CustomerArtifactPaths.Builder |
CustomerArtifactPaths.builder() |
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.Builder.deviceHostPaths(Collection<String> deviceHostPaths)
Comma-separated list of paths in the test execution environment where the artifacts generated by the
customer's tests are pulled from.
|
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.Builder.deviceHostPaths(String... deviceHostPaths)
Comma-separated list of paths in the test execution environment where the artifacts generated by the
customer's tests are pulled from.
|
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.Builder.iosPaths(Collection<String> iosPaths)
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are
pulled from.
|
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.Builder.iosPaths(String... iosPaths)
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are
pulled from.
|
CustomerArtifactPaths.Builder |
CustomerArtifactPaths.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomerArtifactPaths.Builder> |
CustomerArtifactPaths.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Run.Builder |
Run.Builder.customerArtifactPaths(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths)
Output
CustomerArtifactPaths object for the test run. |
default ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.customerArtifactPaths(Consumer<CustomerArtifactPaths.Builder> customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
Copyright © 2021. All rights reserved.