Groovy Documentation

com.ace.mws.jobs
[Groovy] Enum JobHoldType

java.lang.Object
  com.ace.mws.jobs.JobHoldType

enum JobHoldType

Enum Constant Summary
All

During GET, All means that all hold types are set.

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

All

JobHoldType All
During GET, All means that all hold types are set. During PUT, All can be used to clear all hold types.


Batch

JobHoldType Batch
The batch queue has placed a hold on the job.


Defer

JobHoldType Defer
The job has been deferred.


System

JobHoldType System
The Moab Workload Manager has placed a hold on the job.


User

JobHoldType User
The user has manually placed a hold on the job. Valid during POST. Valid during PUT.


 
Method Detail

valueOf

JobHoldType valueOf(String name)
Returns the enum constant of this type with the specified name.


values

JobHoldType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation