Class BuildCompletedNotificationListener
- java.lang.Object
-
- com.atlassian.bamboo.notification.AbstractNotificationEventListener<BuildStateResultEvent>
-
- com.atlassian.bamboo.notification.buildcompleted.BuildCompletedNotificationListener
-
- All Implemented Interfaces:
HibernateEventListener
,com.atlassian.event.EventListener
@ThreadSafe public class BuildCompletedNotificationListener extends AbstractNotificationEventListener<BuildStateResultEvent>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, resultsSummaryManager, systemNotificationService
-
-
Constructor Summary
Constructors Constructor Description BuildCompletedNotificationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(@NotNull BuildStateResultEvent 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
-
-
-
-
Method Detail
-
handleEvent
public void handleEvent(@NotNull @NotNull BuildStateResultEvent 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<BuildStateResultEvent>
- Parameters:
event
- event to be handled (narrowed to effective class of event being handled)plan
- plan which is related to event being handled
-
-