com.atlassian.bamboo.notification
Class NotificationDispatcherImpl

java.lang.Object
  extended by com.atlassian.bamboo.notification.NotificationDispatcherImpl
All Implemented Interfaces:
NotificationDispatcher

public class NotificationDispatcherImpl
extends java.lang.Object
implements NotificationDispatcher

Evaluates notification transports, ensures no duplicate emails and kicks off the sending process of notifications


Field Summary
static java.lang.String DISABLE_NOTIFICATION_SYSTEM_PROPERTY
           
 
Constructor Summary
NotificationDispatcherImpl()
           
 
Method Summary
 void dispatchNotifications(Notification notification)
          Dispatch notifications for the given notification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLE_NOTIFICATION_SYSTEM_PROPERTY

public static java.lang.String DISABLE_NOTIFICATION_SYSTEM_PROPERTY
Constructor Detail

NotificationDispatcherImpl

public NotificationDispatcherImpl()
Method Detail

dispatchNotifications

public void dispatchNotifications(Notification notification)
Dispatch notifications for the given notification.

Specified by:
dispatchNotifications in interface NotificationDispatcher
Parameters:
notification - Notification to be dispatched


Copyright © 2012 Atlassian. All Rights Reserved.