| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerArtifactPaths |
CustomerArtifactPaths.clone() |
CustomerArtifactPaths |
ScheduleRunConfiguration.getCustomerArtifactPaths()
Input
CustomerArtifactPaths object for the scheduled run configuration. |
CustomerArtifactPaths |
Run.getCustomerArtifactPaths()
Output
CustomerArtifactPaths object for the test run. |
CustomerArtifactPaths |
CustomerArtifactPaths.withAndroidPaths(Collection<String> androidPaths)
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests will be
pulled from.
|
CustomerArtifactPaths |
CustomerArtifactPaths.withAndroidPaths(String... androidPaths)
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests will be
pulled from.
|
CustomerArtifactPaths |
CustomerArtifactPaths.withDeviceHostPaths(Collection<String> deviceHostPaths)
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's
tests will be pulled from.
|
CustomerArtifactPaths |
CustomerArtifactPaths.withDeviceHostPaths(String... deviceHostPaths)
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's
tests will be pulled from.
|
CustomerArtifactPaths |
CustomerArtifactPaths.withIosPaths(Collection<String> iosPaths)
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests will be
pulled from.
|
CustomerArtifactPaths |
CustomerArtifactPaths.withIosPaths(String... iosPaths)
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests will be
pulled from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleRunConfiguration.setCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
void |
Run.setCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Output
CustomerArtifactPaths object for the test run. |
ScheduleRunConfiguration |
ScheduleRunConfiguration.withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
Run |
Run.withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Output
CustomerArtifactPaths object for the test run. |
Copyright © 2019. All rights reserved.