public static enum GHNContext.Status extends Enum<GHNContext.Status>
| Enum Constant and Description |
|---|
CERTIFIED |
DEPLOYED |
DOWN |
FAILED |
READY |
STARTED |
UNREACHABLE |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
abstract List<GHNContext.Status> |
previous()
Returns the list of statuses from which this status may be reached.
|
static GHNContext.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHNContext.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GHNContext.Status DEPLOYED
public static final GHNContext.Status STARTED
public static final GHNContext.Status CERTIFIED
public static final GHNContext.Status UPDATED
public static final GHNContext.Status READY
public static final GHNContext.Status FAILED
public static final GHNContext.Status DOWN
public static final GHNContext.Status UNREACHABLE
public static GHNContext.Status[] values()
for (GHNContext.Status c : GHNContext.Status.values()) System.out.println(c);
public static GHNContext.Status 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 abstract List<GHNContext.Status> previous()
Copyright © 2015. All Rights Reserved.