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