com.atlassian.bamboo.notification.buildhung
Class BuildHungNotificationListener

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

public class BuildHungNotificationListener
extends java.lang.Object
implements HibernateEventListener


Constructor Summary
BuildHungNotificationListener()
           
 
Method Summary
protected  BuildHungNotification getCompleteBuildHungNotification()
           
 java.lang.Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildManager(BuildManager buildManager)
           
 void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 void setNotificationManager(NotificationManager notificationManager)
           
 
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(com.atlassian.event.Event event)
Specified by:
handleEvent in interface HibernateEventListener
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getHandledEventClasses

public java.lang.Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface HibernateEventListener
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

getCompleteBuildHungNotification

protected BuildHungNotification getCompleteBuildHungNotification()

setBuildManager

public void setBuildManager(BuildManager buildManager)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.