com.atlassian.bamboo.notification.buildhung
Class BuildHungNotificationListener

java.lang.Object
  extended by com.atlassian.bamboo.notification.AbstractNotificationEventListener<BuildHungEvent>
      extended by com.atlassian.bamboo.notification.buildhung.BuildHungNotificationListener
All Implemented Interfaces:
HibernateEventListener, com.atlassian.event.EventListener

public class BuildHungNotificationListener
extends AbstractNotificationEventListener<BuildHungEvent>


Field Summary
 
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, planManager, systemNotificationService
 
Constructor Summary
BuildHungNotificationListener()
           
 
Method Summary
 void handleEvent(BuildHungEvent event, Plan plan)
          Notification event listeners must implement this method to handle incoming events.
 
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

BuildHungNotificationListener

public BuildHungNotificationListener()
Method Detail

handleEvent

public void handleEvent(@NotNull
                        BuildHungEvent 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<BuildHungEvent>
Parameters:
event - event to be handled (narrowed to effective class of event being handled)
plan - plan which is related to event being handled


Copyright © 2011 Atlassian. All Rights Reserved.