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 |
isAutoIncrement()
Auto increment the whole version name when a version is automatically created
|
void |
setAutoIncrement(boolean autoIncrement) |
void |
setDeploymentProject(MutableDeploymentProject deploymentProject) |
void |
setNextVersionName(String nextVersionName) |
String |
toString() |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
public String getNextVersionName()
InternalVersionNamingScheme
getNextVersionName
in interface InternalVersionNamingScheme
public void setNextVersionName(String nextVersionName)
setNextVersionName
in interface MutableVersionNamingScheme
public boolean isAutoIncrement()
InternalVersionNamingScheme
isAutoIncrement
in interface InternalVersionNamingScheme
public void setAutoIncrement(boolean autoIncrement)
setAutoIncrement
in interface MutableVersionNamingScheme
public void setDeploymentProject(MutableDeploymentProject deploymentProject)
public Set<String> getVariablesToAutoIncrement()
InternalVersionNamingScheme
getVariablesToAutoIncrement
in interface InternalVersionNamingScheme
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.