public enum DeploymentVersionState extends Enum<DeploymentVersionState>
Enum Constant and Description |
---|
APPROVED |
BROKEN |
INCOMPLETE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static DeploymentVersionState |
getInstance(String state) |
String |
getValue() |
String |
toString() |
static DeploymentVersionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentVersionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentVersionState UNKNOWN
public static final DeploymentVersionState APPROVED
public static final DeploymentVersionState BROKEN
public static final DeploymentVersionState INCOMPLETE
public static DeploymentVersionState[] values()
for (DeploymentVersionState c : DeploymentVersionState.values()) System.out.println(c);
public static DeploymentVersionState 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 null@NotNull public String getValue()
public String toString()
toString
in class Enum<DeploymentVersionState>
public static DeploymentVersionState getInstance(String state)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.