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 NotificationRuleInitNotificationRuleFactory.NotificationRuleBuilder. create()NotificationRuleInitNotificationRuleFactory. createRuleForProjectsAndBuildTypes(Collection<? extends BuildProject> projects, Collection<? extends BuildType> configurations, Collection<NotificationRule.Event> events, Map<String,String> additionalData)NotificationRuleInitNotificationRuleFactory. createRuleForProjectsAndBuildTypesByIds(Collection<String> projectIds, Collection<String> configurationIds, Collection<NotificationRule.Event> events, Map<String,String> additionalData)NotificationRuleInitNotificationRuleFactory. 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 classNotificationRuleImplPresents one simple notification rule.
-