Class WatchedBuildsCalculator
- java.lang.Object
-
- jetbrains.buildServer.notification.WatchedBuildsCalculator
-
public class WatchedBuildsCalculator extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchedBuildsCalculator(WatchedBuilds watchedBuilds, ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBuildTypeWatched(SBuildType buildType)
Returns true if the specified build configuration is watchedboolean
isWatched(SBuildType buildType, SProject project)
-
-
-
Constructor Detail
-
WatchedBuildsCalculator
public WatchedBuildsCalculator(@NotNull WatchedBuilds watchedBuilds, @NotNull ProjectManager projectManager)
-
-
Method Detail
-
isBuildTypeWatched
public boolean isBuildTypeWatched(@NotNull SBuildType buildType)
Returns true if the specified build configuration is watched- Parameters:
buildType
- build configurationproject
-- Returns:
- see above
-
isWatched
public boolean isWatched(@Nullable SBuildType buildType, @Nullable SProject project)
-
-