public interface NotificationSet extends BambooObject
Modifier and Type | Interface and Description |
---|---|
static class |
NotificationSet.NotificationSetType |
Modifier and Type | Method and Description |
---|---|
void |
addNotification(NotificationRule notificationRule) |
NotificationRule |
getNotificationRuleById(long id) |
Set<NotificationRule> |
getNotificationRules() |
NotificationSet.NotificationSetType |
getNotificationSetType()
The type of this notification set eg system or plan.
|
List<NotificationRule> |
getSortedNotificationRules() |
void |
removeNotificationRule(long id) |
setId
getId
NotificationSet.NotificationSetType getNotificationSetType()
@NotNull Set<NotificationRule> getNotificationRules()
List<NotificationRule> getSortedNotificationRules()
void addNotification(NotificationRule notificationRule)
NotificationRule getNotificationRuleById(long id)
void removeNotificationRule(long id)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.