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

Packages that use NotificationDispatcher
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.chain   
 

Uses of NotificationDispatcher in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationDispatcher
 class NotificationDispatcherImpl
          Evaluates notification transports, ensures no duplicate emails and kicks off the sending process of notifications
 

Fields in com.atlassian.bamboo.notification declared as NotificationDispatcher
protected  NotificationDispatcher AbstractNotificationEventListener.notificationDispatcher
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationDispatcher
 void AbstractNotificationEventListener.setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 

Uses of NotificationDispatcher in com.atlassian.bamboo.notification.chain
 

Methods in com.atlassian.bamboo.notification.chain with parameters of type NotificationDispatcher
 void StageCompletedNotificationListener.setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 void ChainCompletedNotificationListener.setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.