public class CommentNotificationListener extends AbstractNotificationEventListener<BuildCommentedEvent>
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, resultsSummaryManager, systemNotificationService| Constructor and Description |
|---|
CommentNotificationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(@NotNull BuildCommentedEvent event,
@NotNull ImmutablePlan plan)
Notification event listeners must implement this method to handle incoming events.
|
void |
setNotificationFactory(NotificationFactory notificationFactory) |
fetchResultSummaryIfRequiredByNotificationRules, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setCachedPlanManager, setNotificationDispatcher, setNotificationManager, setResultsSummaryManager, setSystemNotificationServicepublic void handleEvent(@NotNull
@NotNull BuildCommentedEvent event,
@NotNull
@NotNull ImmutablePlan plan)
AbstractNotificationEventListenerhandleEvent 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 setNotificationFactory(NotificationFactory notificationFactory)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.