Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CustomerArtifactPaths = CustomerArtifactPaths' {
- androidPaths :: Maybe [Text]
- deviceHostPaths :: Maybe [Text]
- iosPaths :: Maybe [Text]
- newCustomerArtifactPaths :: CustomerArtifactPaths
- customerArtifactPaths_androidPaths :: Lens' CustomerArtifactPaths (Maybe [Text])
- customerArtifactPaths_deviceHostPaths :: Lens' CustomerArtifactPaths (Maybe [Text])
- customerArtifactPaths_iosPaths :: Lens' CustomerArtifactPaths (Maybe [Text])
Documentation
data CustomerArtifactPaths Source #
A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the device or in the test environment, are pulled from.
Specify deviceHostPaths
and optionally specify either iosPaths
or
androidPaths
.
For web app tests, you can specify both iosPaths
and androidPaths
.
See: newCustomerArtifactPaths
smart constructor.
CustomerArtifactPaths' | |
|
Instances
newCustomerArtifactPaths :: CustomerArtifactPaths Source #
Create a value of CustomerArtifactPaths
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:androidPaths:CustomerArtifactPaths'
, customerArtifactPaths_androidPaths
- Comma-separated list of paths on the Android device where the artifacts
generated by the customer's tests are pulled from.
$sel:deviceHostPaths:CustomerArtifactPaths'
, customerArtifactPaths_deviceHostPaths
- Comma-separated list of paths in the test execution environment where
the artifacts generated by the customer's tests are pulled from.
$sel:iosPaths:CustomerArtifactPaths'
, customerArtifactPaths_iosPaths
- Comma-separated list of paths on the iOS device where the artifacts
generated by the customer's tests are pulled from.
customerArtifactPaths_androidPaths :: Lens' CustomerArtifactPaths (Maybe [Text]) Source #
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
customerArtifactPaths_deviceHostPaths :: Lens' CustomerArtifactPaths (Maybe [Text]) Source #
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
customerArtifactPaths_iosPaths :: Lens' CustomerArtifactPaths (Maybe [Text]) Source #
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.