Class ChainCompletedNotificationListener
java.lang.Object
com.atlassian.bamboo.notification.AbstractNotificationEventListener<ChainCompletedEvent>
com.atlassian.bamboo.notification.chain.ChainCompletedNotificationListener
- All Implemented Interfaces:
BambooEventListener<ChainCompletedEvent>,HibernateEventListener<ChainCompletedEvent>
@ThreadSafe
public class ChainCompletedNotificationListener
extends AbstractNotificationEventListener<ChainCompletedEvent>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, resultsSummaryManager, systemNotificationService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(@NotNull ChainCompletedEvent 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
-
ChainCompletedNotificationListener
public ChainCompletedNotificationListener()
-
-
Method Details
-
handleEvent
public void handleEvent(@NotNull @NotNull ChainCompletedEvent event, @NotNull @NotNull ImmutablePlan plan) Description copied from class:AbstractNotificationEventListenerNotification event listeners must implement this method to handle incoming events.- Specified by:
handleEventin classAbstractNotificationEventListener<ChainCompletedEvent>- Parameters:
event- event to be handled (narrowed to effective class of event being handled)plan- plan which is related to event being handled
-