@Entity public class MutableVersionNamingSchemeImpl extends BambooEntityObject implements MutableVersionNamingScheme
DEFAULT_VERSION_NAME| Constructor and Description |
|---|
MutableVersionNamingSchemeImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextVersionName()
String to be used as the next version name.
|
Set<String> |
getVariablesToAutoIncrement()
The list of variables Bamboo should auto increment on version creation
|
boolean |
isApplicableToBranches()
Should the naming scheme be use when creating version for branches.
|
boolean |
isAutoIncrement()
Auto increment the whole version name when a version is automatically created
|
void |
setApplicableToBranches(boolean applicableToBranches) |
void |
setAutoIncrement(boolean autoIncrement) |
void |
setDeploymentProject(MutableDeploymentProject deploymentProject) |
void |
setNextVersionName(String nextVersionName) |
void |
setVariablesToAutoIncrement(Set<String> variablesToAutoIncrement) |
String |
toString() |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitsetIdgetIdpublic String getNextVersionName()
InternalVersionNamingSchemegetNextVersionName in interface InternalVersionNamingSchemepublic void setNextVersionName(String nextVersionName)
setNextVersionName in interface MutableVersionNamingSchemepublic boolean isAutoIncrement()
InternalVersionNamingSchemeisAutoIncrement in interface InternalVersionNamingSchemepublic void setAutoIncrement(boolean autoIncrement)
setAutoIncrement in interface MutableVersionNamingSchemepublic boolean isApplicableToBranches()
InternalVersionNamingSchemeisApplicableToBranches in interface InternalVersionNamingSchemepublic void setApplicableToBranches(boolean applicableToBranches)
setApplicableToBranches in interface MutableVersionNamingSchemepublic void setDeploymentProject(MutableDeploymentProject deploymentProject)
setDeploymentProject in interface MutableVersionNamingSchemepublic Set<String> getVariablesToAutoIncrement()
InternalVersionNamingSchemegetVariablesToAutoIncrement in interface InternalVersionNamingSchemepublic void setVariablesToAutoIncrement(Set<String> variablesToAutoIncrement)
setVariablesToAutoIncrement in interface MutableVersionNamingSchemeCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.