Uses of Interface
jetbrains.buildServer.notification.NotificationEventListener
-
Packages that use NotificationEventListener Package Description jetbrains.buildServer.notification jetbrains.buildServer.notification.accumulators jetbrains.buildServer.notification.impl -
-
Uses of NotificationEventListener in jetbrains.buildServer.notification
Classes in jetbrains.buildServer.notification that implement NotificationEventListener Modifier and Type Class Description class
NotificationEventAccumulator
class
NotificationProcessor
Constructors in jetbrains.buildServer.notification with parameters of type NotificationEventListener Constructor Description NotificationEventAccumulator(EventDispatcher<BuildServerListener> server, NotificationEventListener delegate, TestName2Index testName2Index, ScheduledExecutorService executor)
NotificationEventAdapter(EventDispatcher<BuildServerListener> events, ExecutorServices executors, BuildsManager buildsManager, NotificationEventListener eventAccumulator, TestName2Index testName2Index)
-
Uses of NotificationEventListener in jetbrains.buildServer.notification.accumulators
Fields in jetbrains.buildServer.notification.accumulators declared as NotificationEventListener Modifier and Type Field Description protected NotificationEventListener
BaseEventAccumulator. myDelegate
protected NotificationEventListener
BaseEventAccumulator. myDelegate
Constructors in jetbrains.buildServer.notification.accumulators with parameters of type NotificationEventListener Constructor Description TestResponsibilityEventAccumulator(NotificationEventListener delegate, TestName2Index testName2Index)
UnmuteTestEventAccumulator(NotificationEventListener delegate)
-
Uses of NotificationEventListener in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement NotificationEventListener Modifier and Type Class Description class
UserRulesAwareNotificationListener
-