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.
|
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.
|
static CustomerArtifactPaths.Builder |
CustomerArtifactPaths.builder() |
|
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.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.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.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.toBuilder() |
|