public interface InternalVersionNamingScheme extends BambooIdProvider
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_VERSION_NAME |
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
|
getId
static final String DEFAULT_VERSION_NAME
String getNextVersionName()
boolean isAutoIncrement()
Set<String> getVariablesToAutoIncrement()
boolean isApplicableToBranches()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.