public static enum NotificationRule.Event extends java.lang.Enum<NotificationRule.Event>
Modifier and Type | Method and Description |
---|---|
int |
getMask() |
boolean |
isSystemWide() |
static NotificationRule.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationRule.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationRule.Event BUILD_STARTED
public static final NotificationRule.Event BUILD_FINISHED_SUCCESS
public static final NotificationRule.Event BUILD_FINISHED_FAILURE
public static final NotificationRule.Event BUILD_FAILING
public static final NotificationRule.Event RESPONSIBILITY_CHANGES
public static final NotificationRule.Event BUILD_PROBABLY_HANGING
public static final NotificationRule.Event BUILD_FINISHED_NEW_FAILURE
public static final NotificationRule.Event FIRST_FAILURE_AFTER_SUCCESS
public static final NotificationRule.Event FIRST_SUCCESS_AFTER_FAILURE
public static final NotificationRule.Event RESPONSIBILITY_ASSIGNED
public static final NotificationRule.Event BUILD_FAILED_TO_START
public static final NotificationRule.Event MUTE_UPDATED
public static final NotificationRule.Event NEW_BUILD_PROBLEM_OCCURRED
public static NotificationRule.Event[] values()
for (NotificationRule.Event c : NotificationRule.Event.values()) System.out.println(c);
public static NotificationRule.Event 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 int getMask()
public boolean isSystemWide()