public interface FinishProductionBranchExtension extends MavenJGitFlowExtension
Modifier and Type | Method and Description |
---|---|
void |
onMasterBranchVersionChange(String newVersion,
String oldVersion,
JGitFlowInfo flow)
Called when the version changes on the master branch.
|
void |
onTopicBranchVersionChange(String newVersion,
String oldVersion,
JGitFlowInfo flow)
Called when the version changes on "topic" branches.
|
void onMasterBranchVersionChange(String newVersion, String oldVersion, JGitFlowInfo flow) throws MavenJGitFlowExtensionException
JGitFlowCommitHelper
MavenJGitFlowExtensionException
void onTopicBranchVersionChange(String newVersion, String oldVersion, JGitFlowInfo flow) throws MavenJGitFlowExtensionException
JGitFlowCommitHelper
MavenJGitFlowExtensionException
Copyright © 2017 Atlassian. All rights reserved.