com.atlassian.bamboo.notification
Interface NotificationDispatcher

All Known Implementing Classes:
NotificationDispatcherImpl

public interface NotificationDispatcher

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


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

Method Detail

dispatchNotifications

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

Parameters:
notification - Notification to be dispatched


Copyright © 2011 Atlassian. All Rights Reserved.