Uses of Interface
com.github.koraktor.mavanagaiata.git.GitRepository
-
Packages that use GitRepository 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 GitRepository in com.github.koraktor.mavanagaiata.git
Classes in com.github.koraktor.mavanagaiata.git that implement GitRepository Modifier and Type Class Description classAbstractGitRepositoryAn abstract implementation of a Git repository that provides basic and common functionalityFields in com.github.koraktor.mavanagaiata.git declared as GitRepository Modifier and Type Field Description protected GitRepositoryCommitWalkAction. repository(package private) GitRepositoryMailMap. repositoryMethods in com.github.koraktor.mavanagaiata.git with parameters of type GitRepository Modifier and Type Method Description voidCommitWalkAction. setRepository(GitRepository repository)Sets the repository this action should be executed inConstructors in com.github.koraktor.mavanagaiata.git with parameters of type GitRepository Constructor Description MailMap(GitRepository repository)Creates a new mail map instance -
Uses of GitRepository in com.github.koraktor.mavanagaiata.git.jgit
Classes in com.github.koraktor.mavanagaiata.git.jgit that implement GitRepository Modifier and Type Class Description classJGitRepositoryWrapper around JGit'sRepositoryobject to represent a Git repository -
Uses of GitRepository in com.github.koraktor.mavanagaiata.mojo
Methods in com.github.koraktor.mavanagaiata.mojo that return GitRepository Modifier and Type Method Description protected GitRepositoryAbstractGitMojo. init()Generic initialization for all Mavanagaiata mojosprotected GitRepositoryAbstractGitOutputMojo. init()Initializes the output stream for the generated contentprotected GitRepositoryCheckMojo. init()(package private) GitRepositoryAbstractGitMojo. initRepository()Initializes a JGit Repository object for further referenceMethods in com.github.koraktor.mavanagaiata.mojo with parameters of type GitRepository Modifier and Type Method Description private voidCheckMojo. checkBranch(GitRepository repository)Checks if the branch matches the configured nameprivate voidCheckMojo. checkClean(GitRepository repository)Checks if the worktree is in a clean stateprivate voidCheckMojo. checkCommitMessage(GitRepository repository)Checks if commit message matches the configured patternprivate voidCheckMojo. checkTag(GitRepository repository)Checks if the the currentHEADis tagged(package private) voidAbstractGitOutputMojo. generateOutput(GitRepository repository)Writes the (optional) footer and flushes thePrintStreamafter calling the main mojo implementation(package private) org.codehaus.plexus.interpolation.MapBasedValueSourceInfoClassMojo. getValueSource(GitRepository repository)protected abstract voidAbstractGitMojo. run(GitRepository repository)The actual implementation of the mojoprotected voidAbstractGitOutputMojo. run(GitRepository repository)Initializes thePrintStreamto use This isSystem.outif no output file is given (default).voidBranchMojo. run(GitRepository repository)Information about the currently checked out Git branch is retrieved using a JGit Repository instanceprotected voidCheckMojo. run(GitRepository repository)voidCommitMojo. run(GitRepository repository)The ID (full and abbreviated) of the current Git commit out Git branch is retrieved using a JGit Repository instancevoidInfoClassMojo. run(GitRepository repository)Generates a info class filled providing information of the Git repositoryvoidTagMojo. run(GitRepository repository)This will first read all tags and walk the commit hierarchy down from HEAD until it finds one of the tags.protected abstract voidAbstractGitOutputMojo. writeOutput(GitRepository repository)This must be implemented by mojos for writing their outputprotected voidChangelogMojo. writeOutput(GitRepository repository)Walks through the history of the currently checked out branch of the Git repository and builds a changelog from the commits contained in that branch.protected voidContributorsMojo. writeOutput(GitRepository repository)Walks through the history of the currently checked out branch of the Git repository and builds a list of contributors from the authors of the commits.private voidInfoClassMojo. writeSourceFile(GitRepository repository, File sourceFile)Constructors in com.github.koraktor.mavanagaiata.mojo with parameters of type GitRepository Constructor Description ValueSourceFilter(GitRepository repository)
-