public static enum BlueRun.BlueRunState extends Enum<BlueRun.BlueRunState>
| Enum Constant and Description |
|---|
FINISHED |
NOT_BUILT |
PAUSED |
QUEUED |
RUNNING |
SKIPPED |
| Modifier and Type | Method and Description |
|---|---|
static BlueRun.BlueRunState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlueRun.BlueRunState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlueRun.BlueRunState QUEUED
public static final BlueRun.BlueRunState RUNNING
public static final BlueRun.BlueRunState PAUSED
public static final BlueRun.BlueRunState SKIPPED
public static final BlueRun.BlueRunState NOT_BUILT
public static final BlueRun.BlueRunState FINISHED
public static BlueRun.BlueRunState[] values()
for (BlueRun.BlueRunState c : BlueRun.BlueRunState.values()) System.out.println(c);
public static BlueRun.BlueRunState 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 © 2016–2021. All rights reserved.