| Package | Description |
|---|---|
| org.wso2.testgrid.common |
| Modifier and Type | Method and Description |
|---|---|
TestPlan.DeployerType |
TestPlan.getDeployerType()
Returns the deployer-type (puppet/ansible) of the test plan.
|
static TestPlan.DeployerType |
TestPlan.DeployerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestPlan.DeployerType[] |
TestPlan.DeployerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestPlan.setDeployerType(TestPlan.DeployerType deployerType)
Sets the deployer-type (puppet/ansible) of the test plan.
|
Copyright © 2019 WSO2. All rights reserved.