@ThreadSafe public class BuildCompletedNotificationListener extends AbstractNotificationEventListener<BuildStateResultEvent>
cachedPlanManager, eventClass, notificationDispatcher, notificationManager, notificationTypeFilter, systemNotificationService
Constructor and Description |
---|
BuildCompletedNotificationListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(BuildStateResultEvent 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 BuildStateResultEvent event, @NotNull ImmutablePlan plan)
AbstractNotificationEventListener
handleEvent
in class AbstractNotificationEventListener<BuildStateResultEvent>
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 © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.