Uses of Interface
jetbrains.buildServer.notification.WatchedBuildsEx
-
Packages that use WatchedBuildsEx Package Description jetbrains.buildServer.notification.impl -
-
Uses of WatchedBuildsEx in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement WatchedBuildsEx Modifier and Type Class Description class
WatchedBuildsImpl
Methods in jetbrains.buildServer.notification.impl that return WatchedBuildsEx Modifier and Type Method Description WatchedBuildsEx
NotificationRuleImpl. getWatchedBuilds()
Methods in jetbrains.buildServer.notification.impl with parameters of type WatchedBuildsEx Modifier and Type Method Description void
NotificationRuleImpl. setWatchedBuilds(WatchedBuildsEx watchedBuilds)
Constructors in jetbrains.buildServer.notification.impl with parameters of type WatchedBuildsEx Constructor Description NotificationRuleImpl(WatchedBuildsEx watchedBuilds, Collection<NotificationRule.Event> events)
-