Interface InternalVersionNamingScheme
- All Superinterfaces:
BambooIdProvider
- All Known Subinterfaces:
MutableVersionNamingScheme
,VersionNamingScheme
- All Known Implementing Classes:
MutableVersionNamingSchemeImpl
,VersionNamingSchemeImpl
Version Naming Configuration for a Deployment Project
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionString to be used as the next version name.The list of variables Bamboo should auto increment on version creationboolean
Should the naming scheme be use when creating version for branches.boolean
Auto increment the whole version name when a version is automatically createdMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Field Details
-
DEFAULT_VERSION_NAME
- See Also:
-
-
Method Details
-
getNextVersionName
String getNextVersionName()String to be used as the next version name. May contain variables that require substituting- Returns:
- version name
-
isAutoIncrement
boolean isAutoIncrement()Auto increment the whole version name when a version is automatically created- Returns:
- true if Bamboo should autoincrement the version name
-
getVariablesToAutoIncrement
The list of variables Bamboo should auto increment on version creation- Returns:
- variable names to be incremented.
-
isApplicableToBranches
boolean isApplicableToBranches()Should the naming scheme be use when creating version for branches. If false, simplified naming scheme is used for plan branches.
-