- getCurrentProjectVersion() - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Gets current project version evaluating pom.xml
This implementation takes care of version based on properties or other runtime evaluation needed.
- getDevelopmentBranch() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getFeatureBranchPrefix() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getFeatureFinishMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getFeatureStartMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getHotfixBranchPrefix() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getHotfixFinishMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getHotfixStartMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getHotfixVersionUpdateMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getOrigin() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getOutput() - Method in class com.amashchenko.maven.plugin.gitflow.StringBufferStreamConsumer
-
- getProductionBranch() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getReleaseBranchPrefix() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getReleaseFinishDevMergeMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getReleaseFinishMergeMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getReleaseFinishMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getReleaseStartMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getReleaseVersionUpdateMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getSupportBranchPrefix() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- getTagHotfixMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getTagReleaseMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getUpdateDevBackPreMergeStateMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getUpdateDevToAvoidConflictsMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getUpdateReleaseBackPreMergeStateMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getUpdateReleaseToAvoidConflictsMessage() - Method in class com.amashchenko.maven.plugin.gitflow.CommitMessages
-
- getVersionTagPrefix() - Method in class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
- gitBranchDelete(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git branch -d.
- gitBranchDeleteForce(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git branch -D.
- gitCheckBranchExists(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Checks if local branch with given name exists.
- gitCheckout(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git checkout.
- gitCheckTagExists(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Checks if local tag with given name exists.
- gitCommit(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git commit -a -m.
- gitCommit(String, Map<String, String>) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git commit -a -m, replacing @{map.key} with
map.value.
- gitCreateAndCheckout(String, String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git checkout -b.
- gitCreateBranch(String, String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git branch.
- gitFetchRemoteAndCompare(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git fetch and compares local branch with the remote.
- gitFetchRemoteAndCreate(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Fetches and checkouts from remote if local branch doesn't exist.
- gitFindBranches(String, boolean) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git for-each-ref with refname:short format.
- gitFindLastTag() - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git for-each-ref to get the last tag.
- gitFindTags() - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git for-each-ref to get all tags.
- gitFlowConfig - Variable in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Git flow configuration.
- GitFlowConfig - Class in com.amashchenko.maven.plugin.gitflow
-
Git flow configuration.
- GitFlowConfig() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowConfig
-
Default constructor.
- GitFlowFeatureFinishMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow feature finish mojo.
- GitFlowFeatureFinishMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowFeatureFinishMojo
-
- GitFlowFeatureStartMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow feature start mojo.
- GitFlowFeatureStartMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowFeatureStartMojo
-
- GitFlowHotfixFinishMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow hotfix finish mojo.
- GitFlowHotfixFinishMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowHotfixFinishMojo
-
- GitFlowHotfixStartMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow hotfix start mojo.
- GitFlowHotfixStartMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowHotfixStartMojo
-
- GitFlowReleaseFinishMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow release finish mojo.
- GitFlowReleaseFinishMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowReleaseFinishMojo
-
- GitFlowReleaseMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow release mojo.
- GitFlowReleaseMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowReleaseMojo
-
- GitFlowReleaseStartMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow release start mojo.
- GitFlowReleaseStartMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowReleaseStartMojo
-
- GitFlowSupportStartMojo - Class in com.amashchenko.maven.plugin.gitflow
-
The git flow support start mojo.
- GitFlowSupportStartMojo() - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowSupportStartMojo
-
- GitFlowVersionInfo - Class in com.amashchenko.maven.plugin.gitflow
-
Git flow VersionInfo implementation.
- GitFlowVersionInfo(String) - Constructor for class com.amashchenko.maven.plugin.gitflow.GitFlowVersionInfo
-
- gitMerge(String, boolean, boolean, boolean, String, Map<String, String>) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git rebase or git merge --ff-only or git merge --no-ff or git merge.
- gitMergeNoff(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git merge --no-ff.
- gitMergeSquash(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git merge --squash.
- gitPush(String, boolean) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git push, optionally with the --follow-tags
argument.
- gitPushDelete(String) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
- gitTag(String, String, boolean, Map<String, String>) - Method in class com.amashchenko.maven.plugin.gitflow.AbstractGitFlowMojo
-
Executes git tag -a [-s] -m.