public static class DistanceCalculator.DepthWalkDistanceCalculator extends Object implements DistanceCalculator
DistanceCalculator.DepthWalkDistanceCalculator| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
distanceTo(org.eclipse.jgit.lib.ObjectId target)
Computes an eventual distance between the start commit given at build time and the provided target commit.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic Optional<Integer> distanceTo(org.eclipse.jgit.lib.ObjectId target)
DistanceCalculatordistanceTo in interface DistanceCalculatortarget - the commit to compute distance forCopyright © 2016–2019 Matthieu Brouillard. All rights reserved.