public static enum AbstractTemplatesLoader.TEMPLATE_TYPE extends java.lang.Enum<AbstractTemplatesLoader.TEMPLATE_TYPE>
Enum Constant and Description |
---|
build_failed |
build_failing |
build_probably_hanged |
build_probably_hanging |
build_started |
build_successful |
responsible_assigned |
responsible_changed |
test_responsibility_assigned |
test_responsibility_changed |
Modifier and Type | Method and Description |
---|---|
static AbstractTemplatesLoader.TEMPLATE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTemplatesLoader.TEMPLATE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTemplatesLoader.TEMPLATE_TYPE build_started
public static final AbstractTemplatesLoader.TEMPLATE_TYPE build_failed
public static final AbstractTemplatesLoader.TEMPLATE_TYPE build_failing
public static final AbstractTemplatesLoader.TEMPLATE_TYPE build_successful
public static final AbstractTemplatesLoader.TEMPLATE_TYPE build_probably_hanging
public static final AbstractTemplatesLoader.TEMPLATE_TYPE build_probably_hanged
public static final AbstractTemplatesLoader.TEMPLATE_TYPE responsible_changed
public static final AbstractTemplatesLoader.TEMPLATE_TYPE responsible_assigned
public static final AbstractTemplatesLoader.TEMPLATE_TYPE test_responsibility_changed
public static final AbstractTemplatesLoader.TEMPLATE_TYPE test_responsibility_assigned
public static AbstractTemplatesLoader.TEMPLATE_TYPE[] values()
for (AbstractTemplatesLoader.TEMPLATE_TYPE c : AbstractTemplatesLoader.TEMPLATE_TYPE.values()) System.out.println(c);
public static AbstractTemplatesLoader.TEMPLATE_TYPE 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 null