public enum BuildEnvironmentType extends Enum<BuildEnvironmentType>
Modifier and Type | Field and Description |
---|---|
static String |
AGENT_I18N_LABEL |
Modifier and Type | Method and Description |
---|---|
static BuildEnvironmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildEnvironmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildEnvironmentType AGENT
public static final BuildEnvironmentType DOCKER
public static final String AGENT_I18N_LABEL
public static BuildEnvironmentType[] values()
for (BuildEnvironmentType c : BuildEnvironmentType.values()) System.out.println(c);
public static BuildEnvironmentType 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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.