Uses of Interface
org.eclipse.jgit.revwalk.ReachabilityChecker
-
Packages that use ReachabilityChecker Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of ReachabilityChecker in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return ReachabilityChecker Modifier and Type Method Description ReachabilityChecker
RevWalk. createReachabilityChecker()
Get a reachability checker for commits over this revwalk.
-