| Package | Description |
|---|---|
| org.wso2.testgrid.common | |
| org.wso2.testgrid.common.config | |
| org.wso2.testgrid.common.util |
| Modifier and Type | Method and Description |
|---|---|
TestPlan |
TestPlan.clone() |
TestPlan |
TestScenario.getTestPlan()
Returns the test plan associated with this test scenario.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestPlan> |
DeploymentPattern.getTestPlans()
Returns the test plans associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentPattern.addTestPlan(TestPlan testPlan)
Adds a test plan to the test plans list.
|
DeploymentCreationResult |
Deployer.deploy(TestPlan testPlan,
InfrastructureProvisionResult infrastructureProvisionResult)
Runs deploy.sh script and deploys artifacts in the provided infrastructure.
|
InfrastructureProvisionResult |
InfrastructureProvider.provision(TestPlan testPlan)
This method creates the necessary infrastructureConfig using the provided configuration.
|
void |
TestScenario.setTestPlan(TestPlan testPlan)
Sets the test plan associated with this test scenario.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentPattern.setTestPlans(List<TestPlan> testPlans)
Sets the test plans associated with.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestgridYaml
Represents the object model of testgrid.yaml config
file.
|
| Modifier and Type | Method and Description |
|---|---|
static TestPlan |
TestGridUtil.toTestPlanEntity(DeploymentPattern deploymentPattern,
TestPlan testPlan)
This method generates TestPlan object model that from the given input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TestGridUtil.getDeploymentPatternName(TestPlan testPlan)
Return the deployment pattern name under the DeploymentConfig of a
TestPlan. |
static Path |
TestGridUtil.getTestRunArtifactsDirectory(TestPlan testPlan)
Returns the directory location where the test run artifacts resides.
|
static TestPlan |
TestGridUtil.toTestPlanEntity(DeploymentPattern deploymentPattern,
TestPlan testPlan)
This method generates TestPlan object model that from the given input parameters.
|
Copyright © 2018 WSO2. All rights reserved.