com.atlassian.bamboo.deployments.projects.persistence.versionnaming
Interface MutableVersionNamingScheme
- All Superinterfaces:
- BambooIdProvider, BambooObject, InternalVersionNamingScheme
- All Known Implementing Classes:
- MutableVersionNamingSchemeImpl
@Internal
public interface MutableVersionNamingScheme
- extends BambooObject, InternalVersionNamingScheme
Version Naming Configuration for a Deployment Project that will be stored in the database. Should not be exposed outside of the service.
setNextVersionName
void setNextVersionName(String nextVersionName)
setAutoIncrement
void setAutoIncrement(boolean autoIncrement)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.