Groovy Documentation

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

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

All

JobEmailNotifyType All


JobEnd

JobEmailNotifyType JobEnd
An email will be sent if the job successfully ends.


JobFail

JobEmailNotifyType JobFail
An email will be sent if the job fails.


JobStart

JobEmailNotifyType JobStart
An email will be sent when the job starts.


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation