public interface FinishProductionBranchExtension extends MavenJGitFlowExtension
| Modifier and Type | Method and Description |
|---|---|
void |
onMasterBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Called when the version changes on the master branch.
|
void |
onTopicBranchVersionChange(String newVersion,
String oldVersion,
com.atlassian.jgitflow.core.JGitFlowInfo flow)
Called when the version changes on "topic" branches.
|
void onMasterBranchVersionChange(String newVersion, String oldVersion, com.atlassian.jgitflow.core.JGitFlowInfo flow) throws MavenJGitFlowExtensionException
JGitFlowCommitHelperMavenJGitFlowExtensionExceptionvoid onTopicBranchVersionChange(String newVersion, String oldVersion, com.atlassian.jgitflow.core.JGitFlowInfo flow) throws MavenJGitFlowExtensionException
JGitFlowCommitHelperMavenJGitFlowExtensionExceptionCopyright © 2016 Atlassian. All Rights Reserved.