Class ChainCompletedNotificationListener
- java.lang.Object
-
- com.atlassian.bamboo.notification.AbstractNotificationEventListener<ChainCompletedEvent>
-
- com.atlassian.bamboo.notification.chain.ChainCompletedNotificationListener
-
- All Implemented Interfaces:
HibernateEventListener
,com.atlassian.event.EventListener
@ThreadSafe public class ChainCompletedNotificationListener extends AbstractNotificationEventListener<ChainCompletedEvent> implements HibernateEventListener
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, resultsSummaryManager, systemNotificationService
-
-
Constructor Summary
Constructors Constructor Description ChainCompletedNotificationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(ChainCompletedEvent event, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.event.HibernateEventListener
getHandledEventClasses, handleEvent
-
-
-
-
Method Detail
-
handleEvent
public void handleEvent(ChainCompletedEvent event, ImmutablePlan plan)
Description copied from class:AbstractNotificationEventListener
Notification event listeners must implement this method to handle incoming events.- Specified by:
handleEvent
in 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
-
-