|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.triggers.TriggerActionType
enum TriggerActionType
This enumeration specifies the action type of a trigger.
| Enum Constant Summary | |
|---|---|
CANCEL
Only apply to reservation triggers |
|
CHANGE_PARAM
|
|
EXEC
|
|
INTERNAL
|
|
JOB_PREEMPT
This indicates that the trigger should preempt all jobs currently allocating resources assigned to the trigger's parent object. |
|
MAIL
|
|
THRESHOLD
|
|
| Property Summary | |
|---|---|
String |
name
The name Moab recognizes for a trigger type |
| Constructor Summary | |
private TriggerActionType(String name)
|
|
| Method Summary | |
|---|---|
static TriggerActionType
|
parseString(String string)
Attempts to parse a string and convert it into a corresponding TriggerType enum value. |
TriggerActionType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
TriggerActionType[]
|
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 |
|---|
TriggerActionType CANCEL
TriggerActionType CHANGE_PARAM
TriggerActionType EXEC
TriggerActionType INTERNAL
TriggerActionType JOB_PREEMPT
TriggerActionType MAIL
TriggerActionType THRESHOLD
| Property Detail |
|---|
String name
| Constructor Detail |
|---|
private TriggerActionType(String name)
| Method Detail |
|---|
static TriggerActionType parseString(String string)
string
- the string to parse into a corresponding TriggerType enum value.
TriggerActionType valueOf(String name)
TriggerActionType[] values()
Groovy Documentation