public enum JiraTriggerErrorCode extends java.lang.Enum<JiraTriggerErrorCode> implements ErrorCode, groovy.lang.GroovyObject
| Enum Constant and Description |
|---|
JIRA_NOT_CONFIGURED |
| Modifier and Type | Field and Description |
|---|---|
static JiraTriggerErrorCode |
MAX_VALUE |
static JiraTriggerErrorCode |
MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static JiraTriggerErrorCode |
$INIT(java.lang.Object... para) |
java.lang.String |
getCode() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
JiraTriggerErrorCode |
next() |
JiraTriggerErrorCode |
previous() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
static JiraTriggerErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JiraTriggerErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JiraTriggerErrorCode JIRA_NOT_CONFIGURED
public static final JiraTriggerErrorCode MIN_VALUE
public static final JiraTriggerErrorCode MAX_VALUE
public static JiraTriggerErrorCode[] values()
for (JiraTriggerErrorCode c : JiraTriggerErrorCode.values()) System.out.println(c);
public static JiraTriggerErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic JiraTriggerErrorCode next()
public JiraTriggerErrorCode previous()
public static final JiraTriggerErrorCode $INIT(java.lang.Object... para)