public enum PluginIgnoredClass extends java.lang.Enum<PluginIgnoredClass>
Enum Constant and Description |
---|
BuildTrigger |
NullSCM |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
className |
Modifier and Type | Method and Description |
---|---|
static PluginIgnoredClass |
searchByValue(java.lang.String value) |
static PluginIgnoredClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginIgnoredClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginIgnoredClass BuildTrigger
public static final PluginIgnoredClass NullSCM
public static PluginIgnoredClass[] values()
for (PluginIgnoredClass c : PluginIgnoredClass.values()) System.out.println(c);
public static PluginIgnoredClass 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 static PluginIgnoredClass searchByValue(java.lang.String value)