Constructor and Description |
---|
VersionNamingSchemeImpl(MutableVersionNamingScheme versionNamingScheme) |
Modifier and Type | Method and Description |
---|---|
protected MutableVersionNamingScheme |
VersionNamingSchemeMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
protected void |
VersionNamingSchemeMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
MutableVersionNamingScheme versionNamingScheme,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
VersionNamingSchemeMapper.importProperties(MutableVersionNamingScheme versionNamingScheme,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
MutableVersionNamingScheme |
DeploymentProjectDaoImpl.getVersionNamingSchemeForProject(long deploymentProjectId) |
MutableVersionNamingScheme |
DeploymentProjectDao.getVersionNamingSchemeForProject(long projectId)
Get the version naming configuration for a specific project
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
MutableVersionNamingSchemeImpl |
Modifier and Type | Method and Description |
---|---|
MutableVersionNamingScheme |
VersionNamingServiceImpl.getVersionNamingSchemeForProject(long deploymentProjectId) |
MutableVersionNamingScheme |
VersionNamingService.getVersionNamingSchemeForProject(long deploymentProjectId)
Get the version naming configuration for a project
|
MutableVersionNamingScheme |
VersionNamingServiceImpl.updateVersionNamingSchemeForProject(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
Set<String> variablesToAutoIncrement) |
MutableVersionNamingScheme |
VersionNamingService.updateVersionNamingSchemeForProject(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
Set<String> variablesToAutoIncrement)
update the version naming configuration for a project
|
Modifier and Type | Method and Description |
---|---|
protected io.atlassian.fugue.Pair<String,String> |
VersionNamingServiceImpl.getUniqueVersionNameByAutoIncrementing(long deploymentProjectId,
MutableVersionNamingScheme versionNamingScheme,
String nextSubstitutedName,
VariableSubstitutor variableSubstitutor) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.