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