Interface NotificationSet
- All Superinterfaces:
BambooIdProvider,BambooObject
- All Known Implementing Classes:
NotificationSetImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(NotificationRule notificationRule) getNotificationRuleById(long id) @NotNull Set<NotificationRule>The type of this notification set eg system or plan.voidremoveNotificationRule(long id) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods 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)
-