public enum DeployType extends Enum<DeployType>
| Enum Constant and Description |
|---|
APPLICATION |
ARTIFACT |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
getExclusionTag() |
String |
getLatestRequestTag() |
String |
getPropertiesTag() |
String |
getScopeTag() |
static DeployType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeployType APPLICATION
public static final DeployType ARTIFACT
public static final DeployType DEFAULT
public static DeployType[] values()
for (DeployType c : DeployType.values()) System.out.println(c);
public static DeployType 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 getLatestRequestTag()
public String getScopeTag()
public String getExclusionTag()
public String getPropertiesTag()
Copyright © 2019. All rights reserved.