com.atlassian.bamboo.notification.buildmissingcapableagent
Class BuildMissingCapableAgentNotificationListener

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

public class BuildMissingCapableAgentNotificationListener
extends AbstractNotificationEventListener<BuildQueuedEvent>


Field Summary
 
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, planManager, systemNotificationService
 
Constructor Summary
BuildMissingCapableAgentNotificationListener()
           
 
Method Summary
 void handleEvent(BuildQueuedEvent event, Plan plan)
          Notification event listeners must implement this method to handle incoming events.
 void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 
Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
createNotificationComponent, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setNotificationDispatcher, setNotificationManager, setPlanManager, setSystemNotificationService, updateCommitter
 
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

handleEvent

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

setBuildExecutionManager

public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)


Copyright © 2012 Atlassian. All Rights Reserved.