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