Uses of Interface
com.atlassian.bamboo.notification.NotificationDispatcher
-
Packages that use NotificationDispatcher Package Description com.atlassian.bamboo.deployments.notification com.atlassian.bamboo.notification com.atlassian.bamboo.notification.chain -
-
Uses of NotificationDispatcher in com.atlassian.bamboo.deployments.notification
Constructors in com.atlassian.bamboo.deployments.notification with parameters of type NotificationDispatcher Constructor Description DeploymentNotificationEventListener(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager)
-
Uses of NotificationDispatcher in com.atlassian.bamboo.notification
Classes in com.atlassian.bamboo.notification that implement NotificationDispatcher Modifier and Type Class Description class
NotificationDispatcherImpl
Evaluates notification transports, ensures no duplicate emails and kicks off the sending process of notificationsFields in com.atlassian.bamboo.notification declared as NotificationDispatcher Modifier and Type Field Description protected NotificationDispatcher
AbstractNotificationEventListener. notificationDispatcher
Methods in com.atlassian.bamboo.notification with parameters of type NotificationDispatcher Modifier and Type Method Description 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 Modifier and Type Method Description void
StageCompletedNotificationListener. setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
-