| Package | Description |
|---|---|
| org.wso2.testgrid.common.plugins | |
| org.wso2.testgrid.common.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AWSArtifactReader
This class is responsible for downloading artifacts from AWS.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
S3StorageUtil.deriveS3DeploymentOutputsDir(TestPlan testPlan,
ArtifactReadable awsArtifactReader)
Returns the path for deployment-outputs for a given test-plan
|
static String |
S3StorageUtil.deriveS3ScenarioArchiveFileDir(TestPlan testPlan,
String scenarioDir,
ArtifactReadable awsArtifactReader)
Returns the scenario-archive file path in S3 for a scenario of a test-plan.
|
static String |
S3StorageUtil.deriveS3ScenarioOutputsFilePath(TestPlan testPlan,
ArtifactReadable artifactReadable)
Returns the path to output.properties generated during scenario execution.
|
static String |
S3StorageUtil.deriveS3TestPlanDirPath(TestPlan testPlan,
ArtifactReadable awsArtifactReader)
Returns the test-plan directory path in S3 for the test-plan.
|
static String |
S3StorageUtil.deriveS3TestsResultsArchivePath(TestPlan testPlan,
ArtifactReadable awsArtifactReader)
Returns the test results archive file path in S3 of a test-plan.
|
static String |
S3StorageUtil.getS3LocationForTestRunLogFile(TestPlan testPlan,
Boolean truncated,
ArtifactReadable awsArtifactReader)
Returns the path of the test-run log file in S3 bucket.
|
Copyright © 2019 WSO2. All rights reserved.