Class NotificationRulesHolderTraverser
- java.lang.Object
-
- jetbrains.buildServer.notification.RulesHolderTraverser<NotificationRulesHolder>
-
- jetbrains.buildServer.notification.NotificationRulesHolderTraverser
-
public class NotificationRulesHolderTraverser extends RulesHolderTraverser<NotificationRulesHolder>
-
-
Constructor Summary
Constructors Constructor Description NotificationRulesHolderTraverser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NotificationRulesHolder>
getParents(NotificationRulesHolder node)
-
Methods inherited from class jetbrains.buildServer.notification.RulesHolderTraverser
traverse
-
-
-
-
Method Detail
-
getParents
@NotNull public List<NotificationRulesHolder> getParents(@NotNull NotificationRulesHolder node)
- Specified by:
getParents
in classRulesHolderTraverser<NotificationRulesHolder>
-
-