|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobs.JobHoldType
enum JobHoldType
| Enum Constant Summary | |
|---|---|
All
During GET, |
|
Batch
The batch queue has placed a hold on the job. |
|
Defer
The job has been deferred. |
|
System
The Moab Workload Manager has placed a hold on the job. |
|
User
The user has manually placed a hold on the job. |
|
| Method Summary | |
|---|---|
JobHoldType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobHoldType[]
|
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 |
|---|
JobHoldType All
All means that all hold types are set.
During PUT, All can be used to clear all hold types.
JobHoldType Batch
JobHoldType Defer
JobHoldType System
JobHoldType User
| Method Detail |
|---|
JobHoldType valueOf(String name)
JobHoldType[] values()
Groovy Documentation