Interface NotificationSet
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
NotificationSetImpl
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNotification
(NotificationRule notificationRule) getNotificationRuleById
(long id) @NotNull Set<NotificationRule>
The type of this notification set eg system or plan.void
removeNotificationRule
(long id) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getNotificationSetType
NotificationSet.NotificationSetType getNotificationSetType()The type of this notification set eg system or plan.- Returns:
- Type of notification set
-
getNotificationRules
-
getSortedNotificationRules
List<NotificationRule> getSortedNotificationRules() -
addNotification
-
getNotificationRuleById
-
removeNotificationRule
void removeNotificationRule(long id)
-