Uses of Interface
jetbrains.buildServer.notification.NotificationRuleInit
-
Packages that use NotificationRuleInit Package Description jetbrains.buildServer.notification jetbrains.buildServer.notification.impl -
-
Uses of NotificationRuleInit in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification that return NotificationRuleInit Modifier and Type Method Description NotificationRuleInit
NotificationRuleFactory.NotificationRuleBuilder. create()
NotificationRuleInit
NotificationRuleFactory. createRuleForProjectsAndBuildTypes(Collection<? extends BuildProject> projects, Collection<? extends BuildType> configurations, Collection<NotificationRule.Event> events, Map<String,String> additionalData)
NotificationRuleInit
NotificationRuleFactory. createRuleForProjectsAndBuildTypesByIds(Collection<String> projectIds, Collection<String> configurationIds, Collection<NotificationRule.Event> events, Map<String,String> additionalData)
NotificationRuleInit
NotificationRuleFactory. createRuleForSystemWideEvents(Collection<NotificationRule.Event> events, Map<String,String> additionalData)
-
Uses of NotificationRuleInit in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement NotificationRuleInit Modifier and Type Class Description class
NotificationRuleImpl
Presents one simple notification rule.
-