Class StageCompletedNotificationListener
java.lang.Object
com.atlassian.bamboo.notification.chain.StageCompletedNotificationListener
- All Implemented Interfaces:
BambooEventListener<StageCompletedEvent>
,HibernateEventListener<StageCompletedEvent>
@ThreadSafe
public class StageCompletedNotificationListener
extends Object
implements HibernateEventListener<StageCompletedEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Class<? extends StageCompletedEvent>>
List of specific event classes that this listener is interested in.void
handleEvent
(StageCompletedEvent stageCompletedEvent) Handle the event.void
setNotificationDispatcher
(NotificationDispatcher notificationDispatcher) void
setNotificationManager
(NotificationManager notificationManager) void
setPlanManager
(PlanManager planManager)
-
Constructor Details
-
StageCompletedNotificationListener
public StageCompletedNotificationListener()
-
-
Method Details
-
getHandledEventClasses
Description copied from interface:BambooEventListener
List of specific event classes that this listener is interested in.- Specified by:
getHandledEventClasses
in interfaceBambooEventListener<StageCompletedEvent>
- Returns:
- the specific event classes handled by this listener
-
handleEvent
Description copied from interface:BambooEventListener
Handle the event.- Specified by:
handleEvent
in interfaceBambooEventListener<StageCompletedEvent>
- Parameters:
stageCompletedEvent
- theBambooEvent
to handle
-
setNotificationManager
-
setNotificationDispatcher
-
setPlanManager
-