public interface NotificationRule extends java.lang.Comparable<NotificationRule>
Modifier and Type | Interface and Description |
---|---|
static class |
NotificationRule.Event |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalData() |
java.util.Set<NotificationRule.Event> |
getEvents()
Returns associated events.
|
long |
getId()
Returns id.
|
int |
getPosition()
Returns the position of this rule in the list.
|
WatchedBuilds |
getWatchedBuilds()
Returns builds watched by the rule.
|
long getId()
@NotNull java.util.Set<NotificationRule.Event> getEvents()
WatchedBuilds getWatchedBuilds()
int getPosition()
@NotNull java.util.Map<java.lang.String,java.lang.String> getAdditionalData()