Uses of Interface
jetbrains.buildServer.notification.WatchedBuilds
-
-
Uses of WatchedBuilds in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login with parameters of type WatchedBuilds Modifier and Type Method Description Collection<Long>
InMemoryUser. findConflictingRules(String notifierType, WatchedBuilds watch)
-
Uses of WatchedBuilds in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl with parameters of type WatchedBuilds Modifier and Type Method Description Collection<Long>
SecuredUserGroup. findConflictingRules(String notifierType, WatchedBuilds watch)
Collection<Long>
UserGroupImpl. findConflictingRules(String notifierType, WatchedBuilds watch)
-
Uses of WatchedBuilds in jetbrains.buildServer.notification
Subinterfaces of WatchedBuilds in jetbrains.buildServer.notification Modifier and Type Interface Description interface
WatchedBuildsEx
Methods in jetbrains.buildServer.notification that return WatchedBuilds Modifier and Type Method Description WatchedBuilds
NotificationRule. getWatchedBuilds()
Returns builds watched by the rule.Methods in jetbrains.buildServer.notification with parameters of type WatchedBuilds Modifier and Type Method Description Collection<Long>
FeatureProviderNotificationRulesHolder. findConflictingRules(String notifierType, WatchedBuilds watch)
Collection<Long>
NotificationRulesHolder. findConflictingRules(String notifierType, WatchedBuilds watch)
Searches for rules which intersect with specified watched builds.Collection<Long>
NotificationRulesManager. findConflictingRules(long userId, String notifierType, WatchedBuilds watch)
Searches for rules which intersect with specified watched builds in the list of user rules for specified notifier type.Collection<Long>
UserGroupNotificationRulesManager. findConflictingRules(String groupCode, String notifierType, WatchedBuilds watch)
Searches for the conflicting rules with the specified watched builds and the notifier type.Constructors in jetbrains.buildServer.notification with parameters of type WatchedBuilds Constructor Description WatchedBuildsCalculator(WatchedBuilds watchedBuilds, ProjectManager projectManager)
-
Uses of WatchedBuilds in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement WatchedBuilds Modifier and Type Class Description class
WatchedBuildsImpl
Methods in jetbrains.buildServer.notification.impl with parameters of type WatchedBuilds Modifier and Type Method Description Collection<Long>
AbstractNotificationRulesManager. findConflictingRules(T holderId, String notificatorType, WatchedBuilds watch)
Collection<Long>
NotificationRulesManagerImpl. findConflictingRules(long userId, String notificatorType, WatchedBuilds watch)
Collection<Long>
NotificationRulesManagerImpl. findConflictingRules(String groupCode, String notificatorType, WatchedBuilds watch)
Constructors in jetbrains.buildServer.notification.impl with parameters of type WatchedBuilds Constructor Description WatchedBuildsImpl(WatchedBuilds watchedBuilds)
-
Uses of WatchedBuilds in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl with parameters of type WatchedBuilds Modifier and Type Method Description Collection<Long>
AssociatedUser. findConflictingRules(String notifierType, WatchedBuilds watch)
Collection<Long>
BaseUser. findConflictingRules(String notifierType, WatchedBuilds watch)
Collection<Long>
RestrictedUserImpl. findConflictingRules(String notifierType, WatchedBuilds watch)
-