Uses of Interface
com.atlassian.bamboo.notification.NotificationSet

Packages that use NotificationSet
com.atlassian.bamboo.build   
com.atlassian.bamboo.legacy   
com.atlassian.bamboo.notification   
 

Uses of NotificationSet in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return NotificationSet
 NotificationSet Build.getNotificationSet()
           
 NotificationSet LegacyBuildObject.getNotificationSet()
           
 NotificationSet DefaultBuild.getNotificationSet()
           
 

Methods in com.atlassian.bamboo.build with parameters of type NotificationSet
 void Build.setNotificationSet(NotificationSet notificationSet)
           
 void LegacyBuildObject.setNotificationSet(NotificationSet notificationSet)
           
 void DefaultBuild.setNotificationSet(NotificationSet notificationSet)
           
 

Uses of NotificationSet in com.atlassian.bamboo.legacy
 

Methods in com.atlassian.bamboo.legacy that return NotificationSet
 NotificationSet LegacyBuildObjectFor110.getNotificationSet()
           
 

Methods in com.atlassian.bamboo.legacy with parameters of type NotificationSet
 void LegacyBuildObjectFor110.setNotificationSet(NotificationSet notificationSet)
           
 

Uses of NotificationSet in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationSet
 class NotificationSetImpl
           
 

Methods in com.atlassian.bamboo.notification that return NotificationSet
 NotificationSet NotificationManager.cloneNotificationSet(NotificationSet oldSet)
           
 NotificationSet NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
           
 NotificationSet NotificationRule.getNotificationSet()
           
 NotificationSet NotificationRuleImpl.getNotificationSet()
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationSet
 NotificationSet NotificationManager.cloneNotificationSet(NotificationSet oldSet)
           
 NotificationSet NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
           
 NotificationRule NotificationManager.createNotificationRule(NotificationSet notificationSet, java.lang.String conditionKey, java.lang.String conditionData, java.lang.String emailRecipients, java.lang.String imRecipients, java.lang.String users, java.lang.String groups, java.util.Set roles)
           
 NotificationRule NotificationManagerImpl.createNotificationRule(NotificationSet notificationSet, java.lang.String conditionKey, java.lang.String conditionData, java.lang.String emailRecipients, java.lang.String imRecipients, java.lang.String users, java.lang.String groups, java.util.Set roles)
           
 void NotificationManager.saveNotificationSet(NotificationSet nSet)
           
 void NotificationManagerImpl.saveNotificationSet(NotificationSet nSet)
           
 void NotificationRule.setNotificationSet(NotificationSet notificationSet)
           
 void NotificationRuleImpl.setNotificationSet(NotificationSet notificationSet)
           
 



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.