Uses of Class
com.github.koraktor.mavanagaiata.git.GitRepositoryException
-
Packages that use GitRepositoryException 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 GitRepositoryException in com.github.koraktor.mavanagaiata.git
Methods in com.github.koraktor.mavanagaiata.git that throw GitRepositoryException Modifier and Type Method Description voidGitRepository. check()Checks whether the Git repository is accessible.GitTagDescriptionGitRepository. describe()Describes the current Git commit likegit describedoesvoidCommitWalkAction. execute(GitCommit commit)Executes this action for the given commitStringAbstractGitRepository. getAbbreviatedCommitId()StringGitRepository. getAbbreviatedCommitId()Returns the abbreviated commit SHA ID of the current Git commitStringGitRepository. getAbbreviatedCommitId(GitCommit commit)Returns the abbreviated commit SHA ID of the given Git commitStringGitRepository. getBranch()Returns the currently checked out branch of the Git repositoryGitCommitGitRepository. getHeadCommit()Returns the currentHEADcommit of the Git repositoryMailMapAbstractGitRepository. getMailMap()MailMapGitRepository. getMailMap()Returns aMailMapobject that holds information from Git's.mailmapfileMap<String,GitTag>GitRepository. getTags()Returns a map of tags available in this repositorybooleanGitRepository. isDirty(boolean ignoreUntracked)Returns whether the worktree of the repository is in a clean statebooleanGitRepository. isOnUnbornBranch()Returns whether this repository is currently on an “unborn” branch An “unborn” branch is a branch without any actual commits.voidGitRepository. loadTag(GitTag tag)Load tag meta data(package private) voidMailMap. parseMailMap()Tries to parse the.mailmapfile from the worktree of the given repository.voidCommitWalkAction. prepare()Prepare the walk actionprotected abstract voidCommitWalkAction. run()The code of the action that should be executed for each commit during a commit walk<T extends CommitWalkAction>
TGitRepository. walkCommits(T action)Runs the given action for all commits reachable from the currentHEADcommit -
Uses of GitRepositoryException in com.github.koraktor.mavanagaiata.git.jgit
Methods in com.github.koraktor.mavanagaiata.git.jgit that throw GitRepositoryException Modifier and Type Method Description (package private) voidJGitRepository. buildRepository(File workTree, File gitDir)voidJGitRepository. check()(package private) IndexDiffJGitRepository. createIndexDiff()Creates a new JGitIndexDiffinstance for this repository and worktreeGitTagDescriptionJGitRepository. describe()StringJGitRepository. getAbbreviatedCommitId(GitCommit commit)StringJGitRepository. getBranch()JGitCommitJGitRepository. getHeadCommit()(package private) ObjectIdJGitRepository. getHeadObject()Returns the object for the Git ref currently set asHEAD(package private) RevCommitJGitRepository. getHeadRevCommit()Returns a commit object forHEADMap<String,GitTag>JGitRepository. getTags()booleanJGitRepository. isDirty(boolean ignoreUntracked)booleanJGitRepository. isOnUnbornBranch()voidJGitRepository. loadTag(GitTag tag)<T extends CommitWalkAction>
TJGitRepository. walkCommits(T action)Constructors in com.github.koraktor.mavanagaiata.git.jgit that throw GitRepositoryException Constructor Description JGitRepository(File workTree, File gitDir, String headRef)Creates a new instance for the given worktree and or Git directory -
Uses of GitRepositoryException in com.github.koraktor.mavanagaiata.mojo
Methods in com.github.koraktor.mavanagaiata.mojo that throw GitRepositoryException 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) org.codehaus.plexus.interpolation.MapBasedValueSourceInfoClassMojo. getValueSource(GitRepository repository)(package private) GitRepositoryAbstractGitMojo. initRepository()Initializes a JGit Repository object for further referencevoidChangelogMojo.ChangelogWalkAction. prepare()protected voidChangelogMojo.ChangelogWalkAction. run()private voidInfoClassMojo. writeSourceFile(GitRepository repository, File sourceFile)Constructors in com.github.koraktor.mavanagaiata.mojo that throw GitRepositoryException Constructor Description ValueSourceFilter(GitRepository repository)
-