Uses of Class
jetbrains.buildServer.notification.NotificationRule.Event
-
Packages that use NotificationRule.Event Package Description jetbrains.buildServer.notification jetbrains.buildServer.notification.impl jetbrains.buildServer.serverSide.impl -
-
Uses of NotificationRule.Event in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification that return NotificationRule.Event Modifier and Type Method Description static NotificationRule.Event
NotificationRule.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationRule.Event[]
NotificationRule.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.notification that return types with arguments of type NotificationRule.Event Modifier and Type Method Description Set<NotificationRule.Event>
NotificationRule. getEvents()
Returns associated events.Method parameters in jetbrains.buildServer.notification with type arguments of type NotificationRule.Event Modifier and Type Method Description NotificationRuleInit
NotificationRuleFactory. createRuleForSystemWideEvents(Collection<NotificationRule.Event> events, Map<String,String> additionalData)
NotificationRuleFactory.NotificationRuleBuilder
NotificationRuleFactory.NotificationRuleBuilder. withEvents(Collection<NotificationRule.Event> events)
-
Uses of NotificationRule.Event in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl that return types with arguments of type NotificationRule.Event Modifier and Type Method Description Set<NotificationRule.Event>
NotificationRuleImpl. getEvents()
Methods in jetbrains.buildServer.notification.impl with parameters of type NotificationRule.Event Modifier and Type Method Description Set<SUser>
UserRulesAwareNotificationListener. getRecipientsForEvent(SBuildType buildType, NotificationRule.Event event)
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type NotificationRule.Event Modifier and Type Method Description NotificationRuleInit
NotificationRuleFactoryImpl. createRuleForSystemWideEvents(Collection<NotificationRule.Event> events, Map<String,String> additionalData)
Constructor parameters in jetbrains.buildServer.notification.impl with type arguments of type NotificationRule.Event Constructor Description NotificationRuleImpl(WatchedBuildsEx watchedBuilds, Collection<NotificationRule.Event> events)
-
Uses of NotificationRule.Event in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return NotificationRule.Event Modifier and Type Method Description static NotificationRule.Event
NotificationRulesConstants. getEvent(String name)
static NotificationRule.Event[]
NotificationRulesConstants. getEventsOrder()
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type NotificationRule.Event Modifier and Type Method Description static Comparator<NotificationRule.Event>
NotificationRulesConstants. getEventComparator()
static List<NotificationRule.Event>
NotificationRulesConstants. getEvents(Map<String,String> parameters)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type NotificationRule.Event Modifier and Type Method Description static String
NotificationRulesConstants. describeEvent(NotificationRule.Event event)
static String
NotificationRulesConstants. getName(NotificationRule.Event event)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type NotificationRule.Event Modifier and Type Method Description static List<String>
NotificationRulesConstants. describeEvents(List<NotificationRule.Event> events)
-