public static enum TestPlan.DeployerType extends Enum<TestPlan.DeployerType>
| Enum Constant and Description |
|---|
ANSIBLE
Defines the ansible automation.
|
AWS_CF
Defines the ansible automation.
|
CHEF
Defines the chef automation.
|
PUPPET
Defines the puppet automation.
|
SHELL
Defines the Shell based deployment
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TestPlan.DeployerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestPlan.DeployerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestPlan.DeployerType PUPPET
public static final TestPlan.DeployerType ANSIBLE
public static final TestPlan.DeployerType AWS_CF
public static final TestPlan.DeployerType CHEF
public static final TestPlan.DeployerType SHELL
public static TestPlan.DeployerType[] values()
for (TestPlan.DeployerType c : TestPlan.DeployerType.values()) System.out.println(c);
public static TestPlan.DeployerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TestPlan.DeployerType>Copyright © 2019 WSO2. All rights reserved.