public class CommentNotificationListener extends AbstractNotificationEventListener<BuildCommentedEvent>
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, systemNotificationService
Constructor and Description |
---|
CommentNotificationListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(BuildCommentedEvent event,
ImmutablePlan plan)
Notification event listeners must implement this method to handle incoming events.
|
void |
setNotificationFactory(NotificationFactory notificationFactory) |
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager) |
filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setCachedPlanManager, setNotificationDispatcher, setNotificationManager, setSystemNotificationService
public void handleEvent(@NotNull BuildCommentedEvent event, @NotNull ImmutablePlan plan)
AbstractNotificationEventListener
handleEvent
in class AbstractNotificationEventListener<BuildCommentedEvent>
event
- event to be handled (narrowed to effective class of event being handled)plan
- plan which is related to event being handledpublic void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
public void setNotificationFactory(NotificationFactory notificationFactory)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.