Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- abbrevCommitId - Variable in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
- AbstractGitMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This abstract Mojo implements initializing a JGit Repository and provides this Repository instance to subclasses.
- AbstractGitMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
- AbstractGitOutputMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This abstract Mojo implements writing output to a
PrintStream
This is eitherSystem.out
by default, but maybe anotherPrintStream
object wrapped around a file given byoutputFile
. - AbstractGitOutputMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
- AbstractGitRepository - Klasse in com.github.koraktor.mavanagaiata.git
-
An abstract implementation of a Git repository that provides basic and common functionality
- AbstractGitRepository() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.AbstractGitRepository
- addCommit(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- addProperty(String, String) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Saves a property with the given name into the project's properties The value will be stored two times – with "mavanagaiata" and "mvngit" as a prefix.
- append(StringBuilder, String, int) - Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- apply(ChangelogFormat) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Create a new format instance using this instance as base and override with (non-
null
) properties of the given format - author - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
B
- baseDir - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The working tree of the Git repository.
- baseUrl - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
- baseUrl - Variable in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.LinkToBaseUrl
- branch - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The format for the branch line
- BRANCH - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- branchLink - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The format for the link to the history from the last tag to the current branch on GitHub
- BranchMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal provides the currently checked out Git branch in the "mavanagaiata.branch" and "mvngit.branch" properties.
- BranchMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.BranchMojo
- branchOnlyLink - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The format for the link to the branch history on GitHub
- build() - Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- buildRepository(File, File) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- BUILTIN_TEMPLATE_PATH - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
C
- ChangelogDefaultFormat - Klasse in com.github.koraktor.mavanagaiata.mojo
- ChangelogDefaultFormat() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogDefaultFormat
- ChangelogFormat - Klasse in com.github.koraktor.mavanagaiata.mojo
-
Base class for formatting changelog output
- ChangelogFormat() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
- ChangelogFormat.Formats - Enum in com.github.koraktor.mavanagaiata.mojo
- ChangelogMarkdownFormat - Klasse in com.github.koraktor.mavanagaiata.mojo
- ChangelogMarkdownFormat() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMarkdownFormat
- ChangelogMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal allows to generate a changelog of the currently checked out branch of the Git repository.
- ChangelogMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
- ChangelogMojo.ChangelogWalkAction - Klasse in com.github.koraktor.mavanagaiata.mojo
- ChangelogMojo.LinkToBaseUrl - Enum in com.github.koraktor.mavanagaiata.mojo
-
Pre-defined base URLs used for links
- ChangelogWalkAction(GitRepository) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.ChangelogWalkAction
- check() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Checks whether the Git repository is accessible.
- check() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- checkBranch - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Check whether the current branch is the given branch
- checkBranch(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Checks if the branch matches the configured name
- checkClean - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Check if the working directory is clean
- checkClean(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Checks if the worktree is in a clean state
- checkCommitMessage - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Check whether the message of the current commit matches the given format
- checkCommitMessage(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Checks if commit message matches the configured pattern
- checked - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- CheckMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal checks various aspects of a Git repository to ensure it is in a valid state prior to a build
- CheckMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
- CheckMojoException - Ausnahmeklasse in com.github.koraktor.mavanagaiata.mojo
-
Exception type thrown during repository checks
- CheckMojoException(CheckMojoException.Type, String...) - Konstruktor für Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.CheckMojoException
-
Creates a new exception for the given check failure type
- CheckMojoException.Type - Enum in com.github.koraktor.mavanagaiata.mojo
-
Types of failures
- checkTag - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Check whether the current commit is tagged
- checkTag(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Checks if the the current
HEAD
is tagged - className - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
The name of the class to generate
- close() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Closes any resources that are needed to access this repository
- close() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Closes any resources that are needed to access this repository
- com.github.koraktor.mavanagaiata - Package com.github.koraktor.mavanagaiata
- com.github.koraktor.mavanagaiata.git - Package com.github.koraktor.mavanagaiata.git
-
Generic Git abstraction classes
- com.github.koraktor.mavanagaiata.git.jgit - Package com.github.koraktor.mavanagaiata.git.jgit
-
JGit specific implementation details
- com.github.koraktor.mavanagaiata.mojo - Package com.github.koraktor.mavanagaiata.mojo
-
Maven mojo implementations and related code
- commit - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- COMMIT_ABBREV - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- COMMIT_SHA - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- commitMessagePattern - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
- CommitMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal provides the full ID of the current Git commit in the "mavanagaiata.commit.id", "mavanagaiata.commit.sha", "mvngit.commit.id", "mvngit.commit.sha" properties.
- CommitMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.CommitMojo
- commitPrefix - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The string to prepend to every commit message
- committer - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- CommitWalkAction - Klasse in com.github.koraktor.mavanagaiata.git
-
Basic implementation of an action that is executed for each commit during a commit walk
- CommitWalkAction() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.CommitWalkAction
- COMMONDIR_FILE - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- Contributor(GitCommit) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- contributorPrefix - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
The string to prepend to every contributor name
- contributors - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.ContributorsWalkAction
- ContributorsMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal allows to generate a list of contributors for the currently checked out branch of the Git repository.
- ContributorsMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
- ContributorsMojo.Contributor - Klasse in com.github.koraktor.mavanagaiata.mojo
- ContributorsMojo.ContributorsWalkAction - Klasse in com.github.koraktor.mavanagaiata.mojo
- ContributorsWalkAction() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.ContributorsWalkAction
- copyTemporaryTemplate() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
- count - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- create(String, Throwable, Object...) - Statische Methode in Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.MavanagaiataMojoException
-
Creates a new exception with the given message an cause
- createIndexDiff() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Creates a new JGit
IndexDiff
instance for this repository and worktree - createLinks - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
- createPrintStream() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Creates a new print stream for the configured output file and encoding
- currentCommit - Variable in Klasse com.github.koraktor.mavanagaiata.git.CommitWalkAction
- currentRef - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.ChangelogWalkAction
D
- dateFormat - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The date format to use for various dates
- dateFormat - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
- dateFormatter - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
- DEFAULT - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
- DEFAULT_LINE_LENGTH - Statische Variable in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- describe() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Describes the current Git commit like
git describe
does - describe() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- DESCRIBE - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- DESCRIBE_FORMAT - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
- DESCRIBE_PATTERN - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- detail - Variable in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
If
true
, display all settable properties for each goal. - DIRTY - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- dirtyFlag - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The flag to append to refs if there are changes in the index or working tree
- dirtyIgnoreUntracked - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Specifies if the dirty flag should also be appended if there are untracked files
- distance - Variable in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
- distance - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
E
- emailAddress - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- enableCreateLinks(String) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Enable creation of links using the given base URL
- encoding - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
The encoding to use for generated output
- encoding - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
The encoding of the generated source file
- equals(Object) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
-
Compare an object to this one commit
- equals(Object) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- escapeHtml - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Whether to escape HTML
- escapeHtml - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
- escapeMarkdown - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
- escapeName(String) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
Returns an escaped form of the contributor name
- execute() - Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- execute() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Generic execution sequence for a Mavanagaiata mojo
- execute(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.CommitWalkAction
-
Executes this action for the given commit
- exists - Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- exists() - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns whether a mail map has been found for the repository
F
- failGracefully - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Specifies if a failed execution of the mojo will stop the build process
- fileFilter - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
- findNamedChild(Node, String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- findSingleChild(Node, String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- firstCommit - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.ChangelogWalkAction
- firstCommitDate - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- flag - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
- footer - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
The footer to print below the output
- format - Variable in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
- format - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
The format to use while generating the changelog
- Formats(ChangelogFormat) - Konstruktor für Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
- formatTemplate - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
The formatting template to use while generating the changelog
G
- generateOutput(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Writes the (optional) footer and flushes the
PrintStream
after calling the main mojo implementation - getAbbreviatedCommitId() - Methode in Klasse com.github.koraktor.mavanagaiata.git.AbstractGitRepository
- getAbbreviatedCommitId() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns the abbreviated commit SHA ID of the current Git commit
- getAbbreviatedCommitId(GitCommit) - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns the abbreviated commit SHA ID of the given Git commit
- getAbbreviatedCommitId(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getAuthorDate() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the date when this commit has been authored
- getAuthorDate() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getAuthorEmailAddress() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the email address of the author of this commit
- getAuthorEmailAddress() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getAuthorName() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the name of the author of this commit
- getAuthorName() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getAuthorTimeZone() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the timezone in which this commit has been authored
- getAuthorTimeZone() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getBranch() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns the currently checked out branch of the Git repository
- getBranch() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getCanonicalAuthorEmailAddress(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns the canonical email address of the author of the given commit object
- getCanonicalAuthorName(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns the canonical name of the author of the given commit object
- getCanonicalCommitterEmailAddress(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns the canonical email address of the committer of the given commit object
- getCanonicalCommitterName(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns the canonical name of the committer of the given commit object
- getCanonicalMail(String, String) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns the canonical email address for the given name and email address pair
- getCanonicalName(String, String) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Returns the canonical name for the given name and email address pair
- getCommitterDate() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the date when this commit has been committed
- getCommitterDate() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getCommitterEmailAddress() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the email address of the committer
- getCommitterEmailAddress() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getCommitterName() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the name of the committer
- getCommitterName() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getCommitterTimeZone() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the timezone in which this commit has been committed
- getCommitterTimeZone() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getContributors() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.ContributorsWalkAction
- getCount() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- getDate() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitTag
-
Returns the date when this tag has been created
- getDate() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- getDescribeCommand() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getDistance() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
- getFirstCommitDate() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- getFormat() - Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
- getHeadCommit() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns the current
HEAD
commit of the Git repository - getHeadCommit() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getHeadObject() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Returns the object for the Git ref currently set as
HEAD
- getHeadRef() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns the Git ref used as the
HEAD
commit of the repository - getHeadRef() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getHeadRevCommit() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Returns a commit object for
HEAD
- getId() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the SHA hash ID of this commit
- getId() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getIndentLevel(String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
Gets the indentation level of the specified line.
- getMailMap() - Methode in Klasse com.github.koraktor.mavanagaiata.git.AbstractGitRepository
- getMailMap() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns a
MailMap
object that holds information from Git's.mailmap
file - getMessage() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the message of this commit
- getMessage() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getMessageForType(CheckMojoException.Type, String...) - Statische Methode in Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.CheckMojoException
-
Returns a message for the given type and (optional) arguments
- getMessageSubject() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
-
Returns the subject of the commit's message
- getMessageSubject() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- getName() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitTag
-
Returns the name of this tag
- getName() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- getName() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- getNextTagName() - Methode in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
-
Returns the name of the next reachable tag
- getOutputFile() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Returns the output file for the generated content
- getOutputFile() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Returns the output file for the generated changelog
- getOutputFile() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
Returns the output file for the generated contributors list
- getPropertyFromExpression(String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- getReader(Reader) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo.ValueSourceFilter
- getRepositoryBuilder() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Creates a new JGit
FileRepositoryBuilder
instance - getRevWalk() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getSingleChild(Node, String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- getTag() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
- getTags() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns a map of tags available in this repository
- getTags() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- getTemplateSource() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
Returns an input stream for the template source file for the info class
- getTimeZone() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitTag
-
Returns the timezone in which this tag has been created
- getTimeZone() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- getValue(Node, String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- getValueSource(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
- getVersion() - Statische Methode in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- getVersion() - Statische Methode in Schnittstelle com.github.koraktor.mavanagaiata.mojo.VersionHelper
-
Returns the current version of Mavanagaiata This requires the presence of the generated Git info class.
- getWorkTree() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns the worktree of the repository
- getWorkTree() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- GitCommit - Schnittstelle in com.github.koraktor.mavanagaiata.git
-
This interface specifies the basic properties needed for the mojos to access the information about a Git commit
- gitDir - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The
GIT_DIR
path of the Git repository - GITDIR_FILE - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- GITHUB - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.LinkToBaseUrl
- GitInfo - Klasse in com.github.koraktor.mavanagaiata.mojo
- GitInfo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- GITLAB - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.LinkToBaseUrl
- GitRepository - Schnittstelle in com.github.koraktor.mavanagaiata.git
-
This interface specifies the basic properties needed for the mojos to access the information about a Git repository
- GitRepositoryException - Ausnahmeklasse in com.github.koraktor.mavanagaiata.git
-
An exception that can be thrown during Git repository actions
- GitRepositoryException(String) - Konstruktor für Ausnahmeklasse com.github.koraktor.mavanagaiata.git.GitRepositoryException
-
Create a new exception instance with the given message
- GitRepositoryException(String, Throwable) - Konstruktor für Ausnahmeklasse com.github.koraktor.mavanagaiata.git.GitRepositoryException
-
Create a new exception instance with the given message and cause
- GitTag - Schnittstelle in com.github.koraktor.mavanagaiata.git
-
This interface specifies the basic properties needed for the mojos to access the information about a Git tag
- GitTagDescription - Klasse in com.github.koraktor.mavanagaiata.git
-
Represents information about a Git commit like supplied by
git describe
- GitTagDescription(String, String, int) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
-
Create a new description for the given information
- goal - Variable in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
The name of the goal for which to show help.
H
- hashCode() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
-
Returns the hash code of the underlying commit's ID string
- hashCode() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- head - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The commit or ref to use as starting point for operations
- headCommit - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- header - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The header to print above the changelog
- header - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
The header to print above the changelog
- headObject - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- headRef - Variable in Klasse com.github.koraktor.mavanagaiata.git.AbstractGitRepository
- HelpMojo - Klasse in com.github.koraktor.mavanagaiata
-
Display help information on mavanagaiata.
Callmvn mavanagaiata:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.HelpMojo
I
- incrementDistanceIfExcludes(RevCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
-
Increments the distance of this tag candidate if the given commit has not been seen already
- indentSize - Variable in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
The number of spaces per indentation level, should be positive.
- INDEX_FILE - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- InfoClassMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal generates the source code for a Java class with Git information like commit ID and tag name.
- InfoClassMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
- InfoClassMojo.ValueSourceFilter - Klasse in com.github.koraktor.mavanagaiata.mojo
- init() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Generic initialization for all Mavanagaiata mojos
- init() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Initializes the output stream for the generated content
- init() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
- initConfiguration() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
- initConfiguration() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
- initConfiguration() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
-
Compiles the commit message check regex
- initConfiguration() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
Selects the attribute to use for sorting contributors
- initRepository() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Initializes a JGit Repository object for further reference
- isChecked() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns whether this repository instance has been checked
- isChecked() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- isDirty(boolean) - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns whether the worktree of the repository is in a clean state
- isDirty(boolean) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- isGraceful() - Methode in Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.CheckMojoException
- isGraceful() - Methode in Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.MavanagaiataMojoException
-
Returns whether this exception should lead to a graceful build failure
- isLoaded() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitTag
- isLoaded() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- isMergeCommit() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitCommit
- isMergeCommit() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
- isNotEmpty(String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- isOnUnbornBranch() - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Returns whether this repository is currently on an “unborn” branch An “unborn” branch is a branch without any actual commits.
- isOnUnbornBranch() - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- isTagged() - Methode in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
-
Returns whether the commit is tagged
J
- JGitCommit - Klasse in com.github.koraktor.mavanagaiata.git.jgit
-
Wrapper around JGit's
RevCommit
object to represent a Git commit - JGitCommit(RevCommit) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitCommit
-
Creates a new instance from a JGit commit object
- JGitRepository - Klasse in com.github.koraktor.mavanagaiata.git.jgit
-
Wrapper around JGit's
Repository
object to represent a Git repository - JGitRepository() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Creates a new empty instance
- JGitRepository(File, File, String) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
-
Creates a new instance for the given worktree and or Git directory
- JGitTag - Klasse in com.github.koraktor.mavanagaiata.git.jgit
-
Wrapper around JGit's
RevTag
object to represent a Git tag - JGitTag(RevTag) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
-
Creates a new instance from a JGit tag object
- JGitTagCandidate - Klasse in com.github.koraktor.mavanagaiata.git.jgit
-
This class represents a tag candidate which could be the latest tag in the
- JGitTagCandidate(JGitTag, int, RevFlag) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
-
Create a new tag candidate instance with the given attributes
L
- lineLength - Variable in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
The maximum length of a display line, should be positive.
- linkTo - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Used to select the service to create links to
- linkToBaseUrl - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Can be used to override the pre-defined URLs from
ChangelogMojo.linkTo
with a customized URL - LinkToBaseUrl(String) - Konstruktor für Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.LinkToBaseUrl
- linkToProject - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
The project name for GitHub links
- linkToUser - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
The user name for GitHub links
- loadTag(GitTag) - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Load tag meta data
- loadTag(GitTag) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
M
- MAIL_TO_MAIL_PATTERN - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- MAIL_TO_NAME_AND_MAIL_PATTERN - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- MAIL_TO_NAME_PATTERN - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- mailMap - Variable in Klasse com.github.koraktor.mavanagaiata.git.AbstractGitRepository
- mailMap - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
- MailMap - Klasse in com.github.koraktor.mavanagaiata.git
-
An implementation of Git's
.mailmap
functionality - MailMap(GitRepository) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Creates a new mail map instance
- MAILMAP_FILE - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- mailToMailMap - Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- mailToNameAndMailMap - Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- mailToNameMap - Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- MARKDOWN - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
- MARKDOWN_TRANSLATION_MAP - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
- MARKDOWN_TRANSLATOR - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
- MavanagaiataMojoException - Ausnahmeklasse in com.github.koraktor.mavanagaiata.mojo
-
A generic exception used to relay an error during mojo execution
- MavanagaiataMojoException(String, Throwable) - Konstruktor für Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.MavanagaiataMojoException
-
Creates a new exception with the given message and cause
N
- name - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.Contributor
- NAME_AND_MAIL_TO_NAME_AND_MAIL_PATTERN - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- nameAndMailToNameAndMailMap - Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- nextTagName - Variable in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
O
- outputDirectory - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
The directory to write the source code to
- outputFile - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
The file to write the changelog to
- outputFile - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
The file to write the contributors list to
P
- packageName - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
The name of the package in which the class will be generated
- parseMailMap() - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Tries to parse the
.mailmap
file from the worktree of the given repository. - parseMailMap(File) - Methode in Klasse com.github.koraktor.mavanagaiata.git.MailMap
-
Tries to parse the given file using the rules from git-shortlog.
- PLUGIN_HELP_PATH - Statische Variable in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- prepare() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Prepare the format strings for use
- prepareParameters() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Prepares and validates user-supplied parameters
- printBranch(String) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Print a section header for a branch
- printCommit(GitCommit) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Print a single line for a commit
- printCompareLink(String, String, boolean) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Generates a link to the GitHub compare / commits view and inserts it into the changelog
- printHeader() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Print a header for the changelog
- printSeparator() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Print a separator between sections
- printStream - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
- printStream - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
- printTag(GitTag) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
Print a section header for a tag
- project - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The Maven project
- propertyPrefixes - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The prefixes to prepend to property keys
R
- REF_LINK_PREFIX - Statische Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- repeat(String, int) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
Repeat a String
n
times to form a new string. - repository - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- repository - Variable in Klasse com.github.koraktor.mavanagaiata.git.MailMap
- repository - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.ChangelogWalkAction
- resolveGitDir(File, FileRepositoryBuilder) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- resolveLinkedWorkTree(File, File, FileRepositoryBuilder) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- run() - Methode in Klasse com.github.koraktor.mavanagaiata.git.CommitWalkAction
-
The code of the action that should be executed for each commit during a commit walk
- run() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.ChangelogWalkAction
- run() - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo.ContributorsWalkAction
- run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
The actual implementation of the mojo
- run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Initializes the
PrintStream
to use This isSystem.out
if no output file is given (default). - run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.BranchMojo
-
Information about the currently checked out Git branch is retrieved using a JGit Repository instance
- run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CheckMojo
- run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.CommitMojo
-
The ID (full and abbreviated) of the current Git commit out Git branch is retrieved using a JGit Repository instance
- run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
Generates a info class filled providing information of the Git repository
- run(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.TagMojo
-
This will first read all tags and walk the commit hierarchy down from HEAD until it finds one of the tags.
S
- separator - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
THe separator to print between different sections of the changelog
- setHeadRef(String) - Methode in Klasse com.github.koraktor.mavanagaiata.git.AbstractGitRepository
- setHeadRef(String) - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Sets the Git ref to use as the
HEAD
commit of the repository - setOutputFile(File) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Sets the output file for the generated content
- setOutputFile(File) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Sets the output file for the generated changelog
- setOutputFile(File) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
Sets the output file for the generated contributors list
- showCounts - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
Whether the number of contributions should be listed
- showEmail - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
Whether the email addresses of contributors should be listed
- skip - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Skip the plugin execution
- skipCommitsMatching - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Whether to skip commits that match the given regular expression
- skipCommitsPattern - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
- skipMergeCommits - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Whether to skip merge commits’ messages
- skipNoGit - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitMojo
-
Skip the plugin execution if not inside a Git repository
- skipTagged - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
Whether to skip tagged commits' messages
This is useful when usually tagging commits like "Version bump to X.Y.Z" - sort - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
The method used to sort contributors
T
- tag - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- tag - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTagCandidate
- tag - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The format for a tag line
- TAG - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- taggerIdent - Variable in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitTag
- tagLink - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogFormat
-
The format for the link to the tag history on GitHub
- TagMojo - Klasse in com.github.koraktor.mavanagaiata.mojo
-
This goal provides the most recent Git tag in the "mavanagaiata.tag" and "mvngit.tag" properties.
- TagMojo() - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.TagMojo
- tags - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.ChangelogWalkAction
- templateFile - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
-
The path to an alternative template for the info class
- toLines(String, int, int, int) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toString() - Methode in Klasse com.github.koraktor.mavanagaiata.git.GitTagDescription
-
Returns the string representation of this description
- type - Variable in Ausnahmeklasse com.github.koraktor.mavanagaiata.mojo.CheckMojoException
- Type() - Konstruktor für Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
U
- UNCLEAN - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
- unescapeFormatNewlines(String) - Statische Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
Unescapes newlines for format strings
- UNTAGGED - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
V
- valueOf(String) - Statische Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.LinkToBaseUrl
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.ChangelogMojo.LinkToBaseUrl
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- valueSource - Variable in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo.ValueSourceFilter
- ValueSourceFilter(GitRepository) - Konstruktor für Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo.ValueSourceFilter
- VERSION - Statische Variable in Klasse com.github.koraktor.mavanagaiata.mojo.GitInfo
- VersionHelper - Schnittstelle in com.github.koraktor.mavanagaiata.mojo
-
Helper class that provides the current version of Mavanagaiata to the mojo instances
W
- walkCommits(CommitWalkAction) - Methode in Schnittstelle com.github.koraktor.mavanagaiata.git.GitRepository
-
Runs the given action for all commits reachable from the current
HEAD
commit - walkCommits(CommitWalkAction) - Methode in Klasse com.github.koraktor.mavanagaiata.git.jgit.JGitRepository
- writeGoal(StringBuilder, String, Element) - Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- writeOutput(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.AbstractGitOutputMojo
-
This must be implemented by mojos for writing their output
- writeOutput(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ChangelogMojo
-
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.
- writeOutput(GitRepository) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.ContributorsMojo
-
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.
- writeParameter(StringBuilder, Node, Node) - Methode in Klasse com.github.koraktor.mavanagaiata.HelpMojo
- writeSourceFile(GitRepository, File) - Methode in Klasse com.github.koraktor.mavanagaiata.mojo.InfoClassMojo
- WRONG_BRANCH - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
- WRONG_COMMIT_MSG - Enum-Konstante in Enumeration com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form