public class NoopMavenReleaseFinishExtension extends Object implements MavenReleaseFinishExtension
| Constructor and Description |
|---|
NoopMavenReleaseFinishExtension() |
| 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.
|
public void onMasterBranchVersionChange(String newVersion, String oldVersion, com.atlassian.jgitflow.core.JGitFlowInfo flow) throws MavenJGitFlowExtensionException
FinishProductionBranchExtensionJGitFlowCommitHelperonMasterBranchVersionChange in interface FinishProductionBranchExtensionMavenJGitFlowExtensionExceptionpublic void onTopicBranchVersionChange(String newVersion, String oldVersion, com.atlassian.jgitflow.core.JGitFlowInfo flow) throws MavenJGitFlowExtensionException
FinishProductionBranchExtensionJGitFlowCommitHelperonTopicBranchVersionChange in interface FinishProductionBranchExtensionMavenJGitFlowExtensionExceptionCopyright © 2016 Atlassian. All Rights Reserved.