Class NotificationsUtil.WatchedResult
- java.lang.Object
-
- jetbrains.buildServer.notification.impl.NotificationsUtil.WatchedResult
-
- Enclosing class:
- NotificationsUtil
public class NotificationsUtil.WatchedResult extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NotificationRule>
getEffectiveRules()
Set<String>
getUnwatchProjectIds()
Set<String>
getWatchedBuildTypeIds()
Set<String>
getWatchedProjectIds()
boolean
noneIsWatched()
-
-
-
Method Detail
-
getEffectiveRules
@NotNull public List<NotificationRule> getEffectiveRules()
-
noneIsWatched
public boolean noneIsWatched()
-
-