com.atlassian.bamboo.notification.chain
Class AfterXFailedNotificationListener

java.lang.Object
  extended by com.atlassian.bamboo.notification.AbstractNotificationEventListener<ChainCompletedEvent>
      extended by com.atlassian.bamboo.notification.chain.AfterXFailedNotificationListener
All Implemented Interfaces:
HibernateEventListener, com.atlassian.event.EventListener

@ThreadSafe
public class AfterXFailedNotificationListener
extends AbstractNotificationEventListener<ChainCompletedEvent>


Field Summary
 
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, planManager, systemNotificationService
 
Constructor Summary
AfterXFailedNotificationListener()
           
 
Method Summary
 void handleEvent(ChainCompletedEvent event, Plan plan)
          Notification event listeners must implement this method to handle incoming events.
 void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
           
 
Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
createNotificationComponent, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setNotificationDispatcher, setNotificationManager, setPlanManager, setSystemNotificationService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterXFailedNotificationListener

public AfterXFailedNotificationListener()
Method Detail

handleEvent

public void handleEvent(@NotNull
                        ChainCompletedEvent event,
                        @NotNull
                        Plan plan)
Description copied from class: AbstractNotificationEventListener
Notification event listeners must implement this method to handle incoming events.

Specified by:
handleEvent in class AbstractNotificationEventListener<ChainCompletedEvent>
Parameters:
event - event to be handled (narrowed to effective class of event being handled)
plan - plan which is related to event being handled

setResultsSummaryManager

public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)


Copyright © 2011 Atlassian. All Rights Reserved.