public enum PluginIgnoredClass extends Enum<PluginIgnoredClass>
Enum Constant and Description |
---|
BuildTrigger |
NullSCM |
Modifier and Type | Method and Description |
---|---|
static PluginIgnoredClass |
searchByValue(String value) |
static PluginIgnoredClass |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PluginIgnoredClass searchByValue(String value)
Copyright © 2016–2017. All rights reserved.