Class BuildMissingCapableAgentNotificationListener
java.lang.Object
com.atlassian.bamboo.notification.AbstractNotificationEventListener<BuildQueuedEvent>
com.atlassian.bamboo.notification.buildmissingcapableagent.BuildMissingCapableAgentNotificationListener
- All Implemented Interfaces:
BambooEventListener<BuildQueuedEvent>
,HibernateEventListener<BuildQueuedEvent>
public class BuildMissingCapableAgentNotificationListener
extends AbstractNotificationEventListener<BuildQueuedEvent>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, resultsSummaryManager, systemNotificationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(@NotNull BuildQueuedEvent event, @NotNull ImmutablePlan plan) Notification event listeners must implement this method to handle incoming events.Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
fetchResultSummaryIfRequiredByNotificationRules, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setCachedPlanManager, setNotificationDispatcher, setNotificationManager, setResultsSummaryManager, setSystemNotificationService
-
Constructor Details
-
BuildMissingCapableAgentNotificationListener
public BuildMissingCapableAgentNotificationListener()
-
-
Method Details
-
handleEvent
public void handleEvent(@NotNull @NotNull BuildQueuedEvent event, @NotNull @NotNull ImmutablePlan plan) Description copied from class:AbstractNotificationEventListener
Notification event listeners must implement this method to handle incoming events.- Specified by:
handleEvent
in classAbstractNotificationEventListener<BuildQueuedEvent>
- Parameters:
event
- event to be handled (narrowed to effective class of event being handled)plan
- plan which is related to event being handled
-