Class CommentNotificationListener
java.lang.Object
com.atlassian.bamboo.notification.AbstractNotificationEventListener<BuildCommentedEvent>
com.atlassian.bamboo.notification.buildcommented.CommentNotificationListener
- All Implemented Interfaces:
BambooEventListener<BuildCommentedEvent>
,HibernateEventListener<BuildCommentedEvent>
public class CommentNotificationListener
extends AbstractNotificationEventListener<BuildCommentedEvent>
-
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 BuildCommentedEvent event, @NotNull ImmutablePlan plan) Notification event listeners must implement this method to handle incoming events.void
setNotificationFactory
(NotificationFactory notificationFactory) Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener
fetchResultSummaryIfRequiredByNotificationRules, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setCachedPlanManager, setNotificationDispatcher, setNotificationManager, setResultsSummaryManager, setSystemNotificationService
-
Constructor Details
-
CommentNotificationListener
public CommentNotificationListener()
-
-
Method Details
-
handleEvent
public void handleEvent(@NotNull @NotNull BuildCommentedEvent 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<BuildCommentedEvent>
- Parameters:
event
- event to be handled (narrowed to effective class of event being handled)plan
- plan which is related to event being handled
-
setNotificationFactory
-