Uses of Class
com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
-
Packages that use JGitTagCandidate Package Description com.github.koraktor.mavanagaiata.git.jgit JGit specific implementation details -
-
Uses of JGitTagCandidate in com.github.koraktor.mavanagaiata.git.jgit
Methods in com.github.koraktor.mavanagaiata.git.jgit that return types with arguments of type JGitTagCandidate Modifier and Type Method Description private Collection<JGitTagCandidate>JGitRepository. findTagCandidates(RevWalk revWalk, Map<String,GitTag> tagCommits, RevFlagSet allFlags)Find up to 10 tag candidates in the current branch.Methods in com.github.koraktor.mavanagaiata.git.jgit with parameters of type JGitTagCandidate Modifier and Type Method Description private voidJGitRepository. correctDistance(RevWalk revWalk, JGitTagCandidate candidate, RevFlagSet allFlags)Correct the distance for all tag candidates.
-