|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.jobs.JobEmailNotifyType
enum JobEmailNotifyType
Enum Constant Summary | |
---|---|
All
|
|
JobEnd
An email will be sent if the job successfully ends. |
|
JobFail
An email will be sent if the job fails. |
|
JobStart
An email will be sent when the job starts. |
Method Summary | |
---|---|
JobEmailNotifyType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobEmailNotifyType[]
|
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 |
---|
JobEmailNotifyType All
JobEmailNotifyType JobEnd
JobEmailNotifyType JobFail
JobEmailNotifyType JobStart
Method Detail |
---|
JobEmailNotifyType valueOf(String name)
JobEmailNotifyType[] values()
Groovy Documentation