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 voidNotificationRulesManager. 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 classAbstractNotificationRulesManager<T,H extends AuthorityHolder>Code refactored from Pavel Sher's NotificationRulesManagerImpl class.classGroupNotificationRulesManagerclassNotificationRulesManagerImplclassUserNotificationRulesManagerMethods 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 voidAbstractNotificationRulesManager. addListener(NotificationRulesListener<T> listener)voidNotificationRulesManagerImpl. 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 classEventTrackerImpl
-