Uses of Class
jetbrains.buildServer.util.graph.ReachabilityPredicate
-
Packages that use ReachabilityPredicate Package Description jetbrains.buildServer.util.graph -
-
Uses of ReachabilityPredicate in jetbrains.buildServer.util.graph
Methods in jetbrains.buildServer.util.graph that return ReachabilityPredicate Modifier and Type Method Description static ReachabilityPredicate
VcsDAGs. createReachabilityPredicate(DAG<Long> dag)
Returns a reachability predicate for the given VCS dag (dag where children have higher ids than parents)
-