com.atlassian.bamboo.notification.buildmissingcapableagent
Class BuildMissingCapableAgentNotificationListener

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

public class BuildMissingCapableAgentNotificationListener
extends java.lang.Object
implements HibernateEventListener


Constructor Summary
BuildMissingCapableAgentNotificationListener()
           
 
Method Summary
protected  BuildMissingCapableAgentNotification getCompleteBuildMissingCapableAgentNotification()
           
 java.lang.Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 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

BuildMissingCapableAgentNotificationListener

public BuildMissingCapableAgentNotificationListener()
Method Detail

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

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface HibernateEventListener
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getCompleteBuildMissingCapableAgentNotification

protected BuildMissingCapableAgentNotification getCompleteBuildMissingCapableAgentNotification()

setBuildManager

public void setBuildManager(BuildManager buildManager)

setBuildExecutionManager

public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setSystemNotificationService

public void setSystemNotificationService(SystemNotificationService systemNotificationService)


Copyright © 2010 Atlassian. All Rights Reserved.