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

Packages that use NotificationDispatcher
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.chain   
 

Uses of NotificationDispatcher in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type NotificationDispatcher
 void ResponsibilitiesUpdatedNotificationListener.setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 

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

Constructors in com.atlassian.bamboo.deployments.notification with parameters of type NotificationDispatcher
DeploymentNotificationEventListener(BuildQueueManager buildQueueManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher)
           
 

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.