com.atlassian.bamboo.notification
Interface NotificationSet

All Superinterfaces:
BambooObject
All Known Implementing Classes:
NotificationSetImpl

public interface NotificationSet
extends BambooObject


Method Summary
 void addNotification(NotificationRule notificationRule)
           
 void clearTempIDs()
           
 long getNextTempId()
           
 NotificationRule getNotificationRuleById(long id)
           
 java.util.Set<NotificationRule> getNotificationRules()
           
 java.util.List<NotificationRule> getSortedNotificationRules()
           
 void removeNotificationRule(long id)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Method Detail

getNotificationRules

java.util.Set<NotificationRule> getNotificationRules()

getSortedNotificationRules

java.util.List<NotificationRule> getSortedNotificationRules()

addNotification

void addNotification(NotificationRule notificationRule)

getNotificationRuleById

NotificationRule getNotificationRuleById(long id)

removeNotificationRule

void removeNotificationRule(long id)

clearTempIDs

void clearTempIDs()

getNextTempId

long getNextTempId()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.