|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobs.JobQueueStatusVersion1
enum JobQueueStatusVersion1
This enumeration describes every queue status to which a job state can belong.
| Enum Constant Summary | |
|---|---|
ACTIVE
A job is actively running in a queue. |
|
BLOCKED
A job has been blocked because of policy violation or resource requirements cannot be met. |
|
COMPLETED
A job has completed running. |
|
ELIGIBLE
A job is eligible to run, but has not started yet. |
|
NONE
A job's state type is unknown. |
|
| Property Summary | |
|---|---|
static def |
list
|
String |
str
|
| Constructor Summary | |
JobQueueStatusVersion1(String str)
|
|
| Method Summary | |
|---|---|
static JobQueueStatusVersion1
|
parseString(String string)
|
String
|
toString()
|
JobQueueStatusVersion1
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobQueueStatusVersion1[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
JobQueueStatusVersion1 ACTIVE
JobQueueStatusVersion1 BLOCKED
JobQueueStatusVersion1 COMPLETED
JobQueueStatusVersion1 ELIGIBLE
JobQueueStatusVersion1 NONE
| Property Detail |
|---|
static def list
String str
| Constructor Detail |
|---|
JobQueueStatusVersion1(String str)
| Method Detail |
|---|
static JobQueueStatusVersion1 parseString(String string)
@Override String toString()
JobQueueStatusVersion1 valueOf(String name)
JobQueueStatusVersion1[] values()
Groovy Documentation