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