public static enum AbstractMuleDeployerMojo.DeploymentType extends Enum<AbstractMuleDeployerMojo.DeploymentType>
| Enum Constant and Description |
|---|
agent |
arm |
cloudhub |
cluster |
standalone |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMuleDeployerMojo.DeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMuleDeployerMojo.DeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractMuleDeployerMojo.DeploymentType standalone
public static final AbstractMuleDeployerMojo.DeploymentType cluster
public static final AbstractMuleDeployerMojo.DeploymentType cloudhub
public static final AbstractMuleDeployerMojo.DeploymentType arm
public static final AbstractMuleDeployerMojo.DeploymentType agent
public static AbstractMuleDeployerMojo.DeploymentType[] values()
for (AbstractMuleDeployerMojo.DeploymentType c : AbstractMuleDeployerMojo.DeploymentType.values()) System.out.println(c);
public static AbstractMuleDeployerMojo.DeploymentType 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 nullCopyright © 2017 MuleSoft Inc. All rights reserved.