com.atlassian.bamboo.notification.buildqueuetimeout
Class BuildQueueTimeoutNotificationListener

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

public class BuildQueueTimeoutNotificationListener
extends java.lang.Object
implements HibernateEventListener

User: mwent Date: May 19, 2009 Time: 4:42:00 PM


Constructor Summary
BuildQueueTimeoutNotificationListener()
           
 
Method Summary
protected  BuildQueueTimeoutNotification getCompleteBuildQueueTimeoutNotification()
           
 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)
           
 void setSystemNotificationService(SystemNotificationService systemNotificationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildQueueTimeoutNotificationListener

public BuildQueueTimeoutNotificationListener()
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

getCompleteBuildQueueTimeoutNotification

protected BuildQueueTimeoutNotification getCompleteBuildQueueTimeoutNotification()

setBuildManager

public void setBuildManager(BuildManager buildManager)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)

setSystemNotificationService

public void setSystemNotificationService(SystemNotificationService systemNotificationService)


Copyright © 2010 Atlassian. All Rights Reserved.