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

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

Uses of NotificationSet in com.atlassian.bamboo.build
 

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

Methods in com.atlassian.bamboo.build with parameters of type NotificationSet
 void BuildObjectForTests.setNotificationSet(NotificationSet notificationSet)
           
 void Build.setNotificationSet(NotificationSet notificationSet)
           
 void DefaultBuild.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 Pty Ltd. All Rights Reserved.