Uses of Class
com.github.koraktor.mavanagaiata.git.jgit.JGitTag
-
Packages that use JGitTag Package Description com.github.koraktor.mavanagaiata.git.jgit JGit specific implementation details -
-
Uses of JGitTag in com.github.koraktor.mavanagaiata.git.jgit
Fields in com.github.koraktor.mavanagaiata.git.jgit declared as JGitTag Modifier and Type Field Description private JGitTagJGitTagCandidate. tagMethods in com.github.koraktor.mavanagaiata.git.jgit that return JGitTag Modifier and Type Method Description JGitTagJGitTagCandidate. getTag()Constructors in com.github.koraktor.mavanagaiata.git.jgit with parameters of type JGitTag Constructor Description JGitTagCandidate(JGitTag tag, int distance, RevFlag flag)Create a new tag candidate instance with the given attributes
-