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