| Modifier and Type | Method and Description |
|---|---|
void |
MavenReleaseStartExtension.onDevelopBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Called when the version changes on the develop branch.
|
void |
FinishProductionBranchExtension.onMasterBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Called when the version changes on the master branch.
|
void |
StartProductionBranchExtension.onTopicBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Called when the version changes on "topic" branches.
|
void |
FinishProductionBranchExtension.onTopicBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Called when the version changes on "topic" branches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReadmeExtension.onMasterBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Updates the README.md file on release-finish with the new release version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoopMavenReleaseFinishExtension.onMasterBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow) |
void |
NoopMavenReleaseFinishExtension.onTopicBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JGitFlowCommitHelper.commitAllChanges(com.atlassian.jgitflow.core.JGitFlowInfo flow,
String commitMessage)
Commits ALL changes to the current branch
|
Copyright © 2016 Atlassian. All Rights Reserved.