Interface NotificationRuleInit
-
- All Superinterfaces:
Comparable<NotificationRule>
,NotificationRule
- All Known Implementing Classes:
NotificationRuleImpl
public interface NotificationRuleInit extends NotificationRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.notification.NotificationRule
NotificationRule.Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setId(long ruleId)
void
setPosition(int position)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface jetbrains.buildServer.notification.NotificationRule
getAdditionalData, getEvents, getId, getPosition, getWatchedBuilds
-
-