public class GitFlowConfig extends Object
| Constructor and Description |
|---|
GitFlowConfig()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDevelopmentBranch() |
String |
getFeatureBranchPrefix() |
String |
getHotfixBranchPrefix() |
String |
getOrigin() |
String |
getProductionBranch() |
String |
getReleaseBranchPrefix() |
String |
getSupportBranchPrefix() |
String |
getVersionTagPrefix() |
void |
setDevelopmentBranch(String developmentBranch) |
void |
setFeatureBranchPrefix(String featureBranchPrefix) |
void |
setHotfixBranchPrefix(String hotfixBranchPrefix) |
void |
setOrigin(String origin) |
void |
setProductionBranch(String productionBranch) |
void |
setReleaseBranchPrefix(String releaseBranchPrefix) |
void |
setSupportBranchPrefix(String supportBranchPrefix) |
void |
setVersionTagPrefix(String versionTagPrefix) |
public String getProductionBranch()
public void setProductionBranch(String productionBranch)
productionBranch - the productionBranch to setpublic String getDevelopmentBranch()
public void setDevelopmentBranch(String developmentBranch)
developmentBranch - the developmentBranch to setpublic String getFeatureBranchPrefix()
public void setFeatureBranchPrefix(String featureBranchPrefix)
featureBranchPrefix - the featureBranchPrefix to setpublic String getReleaseBranchPrefix()
public void setReleaseBranchPrefix(String releaseBranchPrefix)
releaseBranchPrefix - the releaseBranchPrefix to setpublic String getHotfixBranchPrefix()
public void setHotfixBranchPrefix(String hotfixBranchPrefix)
hotfixBranchPrefix - the hotfixBranchPrefix to setpublic String getSupportBranchPrefix()
public void setSupportBranchPrefix(String supportBranchPrefix)
supportBranchPrefix - the supportBranchPrefix to setpublic String getVersionTagPrefix()
public void setVersionTagPrefix(String versionTagPrefix)
versionTagPrefix - the versionTagPrefix to setpublic String getOrigin()
public void setOrigin(String origin)
origin - the origin to setCopyright © 2014–2019. All rights reserved.