com.atlassian.bamboo.deployments.projects.persistence.versionnaming
Interface MutableVersionNamingScheme

All Superinterfaces:
BambooIdProvider, BambooObject, InternalVersionNamingScheme
All Known Implementing Classes:
MutableVersionNamingSchemeImpl

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.


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.deployments.projects.versionnaming.InternalVersionNamingScheme
DEFAULT_VERSION_NAME
 
Method Summary
 void setAutoIncrement(boolean autoIncrement)
           
 void setNextVersionName(java.lang.String nextVersionName)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.deployments.projects.versionnaming.InternalVersionNamingScheme
getNextVersionName, getVariablesToAutoIncrement, isAutoIncrement
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

setNextVersionName

void setNextVersionName(java.lang.String nextVersionName)

setAutoIncrement

void setAutoIncrement(boolean autoIncrement)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.