Uses of Interface
jetbrains.buildServer.notification.NotificationRulesListener
-
Packages that use NotificationRulesListener Package Description jetbrains.buildServer.notification jetbrains.buildServer.notification.impl jetbrains.buildServer.serverSide.impl.tracker -
-
Uses of NotificationRulesListener in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type NotificationRulesListener Modifier and Type Method Description void
NotificationRulesManager. addListener(NotificationRulesListener<Long> listener)
Registers new user notification rules listener -
Uses of NotificationRulesListener in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement NotificationRulesListener Modifier and Type Class Description class
AbstractNotificationRulesManager<T,H extends AuthorityHolder>
Code refactored from Pavel Sher's NotificationRulesManagerImpl class.class
GroupNotificationRulesManager
class
NotificationRulesManagerImpl
class
UserNotificationRulesManager
Methods in jetbrains.buildServer.notification.impl that return types with arguments of type NotificationRulesListener Modifier and Type Method Description Collection<NotificationRulesListener<T>>
AbstractNotificationRulesManager. getListeners()
Methods in jetbrains.buildServer.notification.impl with parameters of type NotificationRulesListener Modifier and Type Method Description void
AbstractNotificationRulesManager. addListener(NotificationRulesListener<T> listener)
void
NotificationRulesManagerImpl. addListener(NotificationRulesListener<Long> listener)
-
Uses of NotificationRulesListener in jetbrains.buildServer.serverSide.impl.tracker
Classes in jetbrains.buildServer.serverSide.impl.tracker that implement NotificationRulesListener Modifier and Type Class Description class
EventTrackerImpl
-