com.atlassian.bamboo.notification
Class NotificationDispatcher

java.lang.Object
  extended by com.atlassian.bamboo.notification.NotificationDispatcher

public class NotificationDispatcher
extends java.lang.Object

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
NotificationDispatcher()
           
 
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

NotificationDispatcher

public NotificationDispatcher()
Method Detail

dispatchNotifications

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

Parameters:
notification - Notification to be dispatched


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.