|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobs.JobHoldTypeVersion1
enum JobHoldTypeVersion1
This enumeration represents the types of holds that can be applied to jobs.
| Enum Constant Summary | |
|---|---|
ALL
The job has all holds applied to it. |
|
BATCH
The batch queue has placed a hold on the job. |
|
DEFER
The job has been deferred. |
|
NONE
The job does not have a hold. |
|
SYSTEM
Moab has put a hold on the job. |
|
USER
The user has manually specified a hold on a job. |
|
| Property Summary | |
|---|---|
String |
str
|
| Constructor Summary | |
private JobHoldTypeVersion1(String str)
|
|
| Method Summary | |
|---|---|
static JobHoldTypeVersion1
|
parseString(String string)
Attempts to parse a string and convert it into a corresponding JobHoldTypeVersion1 enum value. |
String
|
toString()
|
JobHoldTypeVersion1
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobHoldTypeVersion1[]
|
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 |
|---|
JobHoldTypeVersion1 ALL
JobHoldTypeVersion1 BATCH
JobHoldTypeVersion1 DEFER
JobHoldTypeVersion1 NONE
JobHoldTypeVersion1 SYSTEM
JobHoldTypeVersion1 USER
| Property Detail |
|---|
String str
| Constructor Detail |
|---|
private JobHoldTypeVersion1(String str)
| Method Detail |
|---|
static JobHoldTypeVersion1 parseString(String string)
string
- the string to parse into a corresponding JobHoldTypeVersion1 enum
value.
@Override String toString()
JobHoldTypeVersion1 valueOf(String name)
JobHoldTypeVersion1[] values()
Groovy Documentation