|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects |
|---|
| Constructors in com.atlassian.bamboo.deployments.projects with parameters of type MutableVersionNamingScheme | |
|---|---|
VersionNamingSchemeImpl(MutableVersionNamingScheme versionNamingScheme)
|
|
| Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming |
|---|
| Methods in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming that return MutableVersionNamingScheme | |
|---|---|
protected MutableVersionNamingScheme |
VersionNamingSchemeMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
| Methods in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming with parameters of type MutableVersionNamingScheme | |
|---|---|
protected void |
VersionNamingSchemeMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
MutableVersionNamingScheme versionNamingScheme,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
VersionNamingSchemeMapper.importProperties(MutableVersionNamingScheme versionNamingScheme,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
| Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects.persistence |
|---|
| Methods in com.atlassian.bamboo.deployments.projects.persistence that return MutableVersionNamingScheme | |
|---|---|
MutableVersionNamingScheme |
DeploymentProjectDaoImpl.getVersionNamingSchemeForProject(long deploymentProjectId)
|
MutableVersionNamingScheme |
DeploymentProjectDao.getVersionNamingSchemeForProject(long projectId)
Get the version naming configuration for a specific project |
| Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type MutableVersionNamingScheme | |
|---|---|
void |
DeploymentProjectDaoImpl.delete(MutableVersionNamingScheme versionNamingScheme)
|
void |
DeploymentProjectDao.delete(MutableVersionNamingScheme versionNamingScheme)
Delete the version naming Scheme |
void |
DeploymentProjectDaoImpl.save(MutableVersionNamingScheme versionNamingScheme)
|
void |
DeploymentProjectDao.save(MutableVersionNamingScheme versionNamingScheme)
Save the version naming Scheme |
| Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.projects.persistence.versionnaming |
|---|
| Classes in com.atlassian.bamboo.deployments.projects.persistence.versionnaming that implement MutableVersionNamingScheme | |
|---|---|
class |
MutableVersionNamingSchemeImpl
|
| Uses of MutableVersionNamingScheme in com.atlassian.bamboo.deployments.versions.service |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.service that return MutableVersionNamingScheme | |
|---|---|
MutableVersionNamingScheme |
VersionNamingServiceImpl.getVersionNamingSchemeForProject(long deploymentProjectId)
|
MutableVersionNamingScheme |
VersionNamingService.getVersionNamingSchemeForProject(long deploymentProjectId)
Get the version naming configuration for a project |
MutableVersionNamingScheme |
VersionNamingServiceImpl.updateVersionNamingSchemeForProject(long deploymentProjectId,
java.lang.String nextVersionName,
boolean autoIncrement,
java.util.Set<java.lang.String> variablesToAutoIncrement)
|
MutableVersionNamingScheme |
VersionNamingService.updateVersionNamingSchemeForProject(long deploymentProjectId,
java.lang.String nextVersionName,
boolean autoIncrement,
java.util.Set<java.lang.String> variablesToAutoIncrement)
update the version naming configuration for a project |
| Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type MutableVersionNamingScheme | |
|---|---|
protected com.atlassian.fugue.Pair<java.lang.String,java.lang.String> |
VersionNamingServiceImpl.getUniqueVersionNameByAutoIncrementing(long deploymentProjectId,
MutableVersionNamingScheme versionNamingScheme,
java.lang.String nextSubstitutedName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||