| Package | Description |
|---|---|
| org.wso2.testgrid.common | |
| org.wso2.testgrid.common.util |
| Modifier and Type | Method and Description |
|---|---|
DeploymentPattern |
TestPlan.getDeploymentPattern()
Returns the deployment pattern associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentPattern> |
Product.getDeploymentPatterns()
Returns the associated test plans list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestPlan.setDeploymentPattern(DeploymentPattern deploymentPattern)
Sets the deployment pattern associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setDeploymentPatterns(List<DeploymentPattern> deploymentPatterns)
Sets the associated test plans list.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TestGridUtil.deriveTestPlanId(TestPlan testPlan,
InfrastructureCombination infraCombination,
DeploymentPattern deploymentPattern)
Returns the test-plan id based on the test-plan and the properties relevant to it.
|
static TestPlan |
TestGridUtil.toTestPlanEntity(DeploymentPattern deploymentPattern,
TestPlan testPlan)
This method generates TestPlan object model that from the given input parameters.
|
Copyright © 2019 WSO2. All rights reserved.