|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Task.Status>
org.jclouds.vcloud.director.v1_5.domain.Task.Status
public static enum Task.Status
| Enum Constant Summary | |
|---|---|
ABORTED
The task was aborted by an administrative action. |
|
CANCELED
The task was canceled by the owner or an administrator. |
|
ERROR
The task encountered an error while running. |
|
PRE_RUNNING
The task is awaiting preprocessing or, if it is a blocking task, administrative action. |
|
QUEUED
The task has been queued for execution. |
|
RUNNING
The task is runnning. |
|
SUCCESS
The task completed with a status of success. |
|
UNRECOGNIZED
|
|
| Field Summary | |
|---|---|
static List<Task.Status> |
ALL
|
protected static Map<String,Task.Status> |
STATUS_BY_ID
|
protected String |
stringValue
|
| Method Summary | |
|---|---|
static Task.Status |
fromValue(String value)
|
String |
value()
|
static Task.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Task.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Task.Status QUEUED
public static final Task.Status PRE_RUNNING
public static final Task.Status RUNNING
public static final Task.Status SUCCESS
public static final Task.Status ERROR
public static final Task.Status CANCELED
public static final Task.Status ABORTED
public static final Task.Status UNRECOGNIZED
| Field Detail |
|---|
public static final List<Task.Status> ALL
protected final String stringValue
protected static final Map<String,Task.Status> STATUS_BY_ID
| Method Detail |
|---|
public static Task.Status[] values()
for (Task.Status c : Task.Status.values()) System.out.println(c);
public static Task.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 name
NullPointerException - if the argument is nullpublic String value()
public static Task.Status fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||