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