public static enum ZephyrUpdater.Status extends java.lang.Enum<ZephyrUpdater.Status>
Enum Constant and Description |
---|
BLOCKED |
FAIL |
PARTIALLY_PASS |
PASS |
UNEXECUTED |
WIP |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ZephyrUpdater.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZephyrUpdater.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZephyrUpdater.Status UNEXECUTED
public static final ZephyrUpdater.Status PASS
public static final ZephyrUpdater.Status FAIL
public static final ZephyrUpdater.Status WIP
public static final ZephyrUpdater.Status BLOCKED
public static final ZephyrUpdater.Status PARTIALLY_PASS
public static ZephyrUpdater.Status[] values()
for (ZephyrUpdater.Status c : ZephyrUpdater.Status.values()) System.out.println(c);
public static ZephyrUpdater.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()