Uses of Interface
com.github.koraktor.mavanagaiata.git.GitCommit
-
Packages that use GitCommit 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 GitCommit in com.github.koraktor.mavanagaiata.git
Fields in com.github.koraktor.mavanagaiata.git declared as GitCommit Modifier and Type Field Description protected GitCommitCommitWalkAction. currentCommitMethods in com.github.koraktor.mavanagaiata.git that return GitCommit Modifier and Type Method Description GitCommitGitRepository. getHeadCommit()Returns the currentHEADcommit of the Git repositoryMethods in com.github.koraktor.mavanagaiata.git with parameters of type GitCommit Modifier and Type Method Description voidCommitWalkAction. execute(GitCommit commit)Executes this action for the given commitStringGitRepository. getAbbreviatedCommitId(GitCommit commit)Returns the abbreviated commit SHA ID of the given Git commitStringMailMap. getCanonicalAuthorEmailAddress(GitCommit commit)Returns the canonical email address of the author of the given commit objectStringMailMap. getCanonicalAuthorName(GitCommit commit)Returns the canonical name of the author of the given commit objectStringMailMap. getCanonicalCommitterEmailAddress(GitCommit commit)Returns the canonical email address of the committer of the given commit objectStringMailMap. getCanonicalCommitterName(GitCommit commit)Returns the canonical name of the committer of the given commit object -
Uses of GitCommit in com.github.koraktor.mavanagaiata.git.jgit
Classes in com.github.koraktor.mavanagaiata.git.jgit that implement GitCommit Modifier and Type Class Description (package private) classJGitCommitWrapper around JGit'sRevCommitobject to represent a Git commitMethods in com.github.koraktor.mavanagaiata.git.jgit with parameters of type GitCommit Modifier and Type Method Description StringJGitRepository. getAbbreviatedCommitId(GitCommit commit) -
Uses of GitCommit in com.github.koraktor.mavanagaiata.mojo
Methods in com.github.koraktor.mavanagaiata.mojo with parameters of type GitCommit Modifier and Type Method Description (package private) voidContributorsMojo.Contributor. addCommit(GitCommit commit)(package private) voidChangelogFormat. printCommit(GitCommit currentCommit)Print a single line for a commitConstructors in com.github.koraktor.mavanagaiata.mojo with parameters of type GitCommit Constructor Description Contributor(GitCommit commit)
-