Class NotificationRuleFilters
- java.lang.Object
-
- jetbrains.buildServer.notification.impl.NotificationRuleFilters
-
public class NotificationRuleFilters extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationRuleFilters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Filter<NotificationRule>
getFilterForBuildTypeEvent(SBuildType buildType)
Accepts notification rules watching the buildType itself and any project containing this buildType (any in project path)static Filter<NotificationRule>
getFilterForBuildTypesEvent(Collection<SBuildType> buildTypes)
Accepts notification rules watching ant of the buildTypes and any project containing a buildType (any in project path)static Filter<NotificationRule>
getFilterForProjectEvent(SProject project)
-
-
-
Method Detail
-
getFilterForProjectEvent
@NotNull public static Filter<NotificationRule> getFilterForProjectEvent(@NotNull SProject project)
-
getFilterForBuildTypeEvent
@NotNull public static Filter<NotificationRule> getFilterForBuildTypeEvent(@NotNull SBuildType buildType)
Accepts notification rules watching the buildType itself and any project containing this buildType (any in project path)- Parameters:
buildType
-- Returns:
-
getFilterForBuildTypesEvent
@NotNull public static Filter<NotificationRule> getFilterForBuildTypesEvent(@NotNull Collection<SBuildType> buildTypes)
Accepts notification rules watching ant of the buildTypes and any project containing a buildType (any in project path)- Parameters:
buildType
-- Returns:
-
-