public enum NotificationEvent extends java.lang.Enum<NotificationEvent>
Modifier and Type | Method and Description |
---|---|
static NotificationEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationEvent BUILD_STARTED
public static final NotificationEvent BUILD_SUCCESSFUL
public static final NotificationEvent BUILD_FAILED
public static final NotificationEvent BUILD_FAILED_TO_START
public static final NotificationEvent BUILD_FAILING
public static final NotificationEvent BUILD_PROBABLY_HANGING
public static final NotificationEvent LABELING_FAILED
public static final NotificationEvent BUILD_TYPE_RESPONSIBILITY_CHANGED
public static final NotificationEvent BUILD_TYPE_RESPONSIBILITY_ASSIGNED
public static final NotificationEvent TEST_RESPONSIBILITY_CHANGED
public static final NotificationEvent TEST_RESPONSIBILITY_ASSIGNED
public static final NotificationEvent TESTS_MUTED
public static final NotificationEvent TESTS_UNMUTED
public static final NotificationEvent BUILD_PROBLEM_RESPONSIBILITY_ASSIGNED
public static final NotificationEvent BUILD_PROBLEM_RESPONSIBILITY_CHANGED
public static final NotificationEvent BUILD_PROBLEM_MUTED
public static final NotificationEvent BUILD_PROBLEM_UNMUTED
public static NotificationEvent[] values()
for (NotificationEvent c : NotificationEvent.values()) System.out.println(c);
public static NotificationEvent 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