Uses of Interface
com.github.koraktor.mavanagaiata.git.GitTag
-
Packages that use GitTag Package Description com.github.koraktor.mavanagaiata.git Generic Git abstraction classescom.github.koraktor.mavanagaiata.git.jgit JGit specific implementation detailscom.github.koraktor.mavanagaiata.mojo Maven mojo implementations and related code -
-
Uses of GitTag in com.github.koraktor.mavanagaiata.git
Fields in com.github.koraktor.mavanagaiata.git declared as GitTag Modifier and Type Field Description private GitTagGitTagDescription. nextTagMethods in com.github.koraktor.mavanagaiata.git that return types with arguments of type GitTag Modifier and Type Method Description Map<String,GitTag>GitRepository. getTags()Returns a map of tags available in this repositoryMethods in com.github.koraktor.mavanagaiata.git with parameters of type GitTag Modifier and Type Method Description voidGitRepository. loadTag(GitTag tag)Load tag meta dataConstructors in com.github.koraktor.mavanagaiata.git with parameters of type GitTag Constructor Description GitTagDescription(String abbrevCommitId, GitTag nextTag, int distance)Create a new description for the given information -
Uses of GitTag in com.github.koraktor.mavanagaiata.git.jgit
Classes in com.github.koraktor.mavanagaiata.git.jgit that implement GitTag Modifier and Type Class Description (package private) classJGitTagWrapper around JGit'sRevTagobject to represent a Git tagMethods in com.github.koraktor.mavanagaiata.git.jgit that return types with arguments of type GitTag Modifier and Type Method Description Map<String,GitTag>JGitRepository. getTags()Methods in com.github.koraktor.mavanagaiata.git.jgit with parameters of type GitTag Modifier and Type Method Description voidJGitRepository. loadTag(GitTag tag)Method parameters in com.github.koraktor.mavanagaiata.git.jgit with type arguments of type GitTag 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. -
Uses of GitTag in com.github.koraktor.mavanagaiata.mojo
Fields in com.github.koraktor.mavanagaiata.mojo with type parameters of type GitTag Modifier and Type Field Description private Map<String,GitTag>ChangelogMojo.ChangelogWalkAction. tagsMethods in com.github.koraktor.mavanagaiata.mojo with parameters of type GitTag Modifier and Type Method Description (package private) voidChangelogFormat. printTag(GitTag currentTag)Print a section header for a tag
-