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)
          Clone notification set and rules for use when cloning build
 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)
          Clone notification set and rules for use when cloning build
 NotificationSet NotificationManagerImpl.cloneNotificationSet(NotificationSet oldSet)
           
 NotificationRule NotificationManager.createNotificationRule(NotificationSet notificationSet, java.lang.String conditionKey, java.lang.String conditionData, java.lang.String recipientString, java.lang.String recipientType)
          Create notification rule and provide required managers.
 NotificationRule NotificationManagerImpl.createNotificationRule(NotificationSet notificationSet, java.lang.String conditionKey, java.lang.String conditionData, java.lang.String recipientString, java.lang.String recipientType)
           
 void NotificationManager.saveNotificationSet(NotificationSet nSet)
          Saves a notification set without requiring a build.
 void NotificationManagerImpl.saveNotificationSet(NotificationSet nSet)
           
 void NotificationRule.setNotificationSet(NotificationSet notificationSet)
           
 void NotificationRuleImpl.setNotificationSet(NotificationSet notificationSet)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.