Package | Description |
---|---|
com.atlassian.bamboo.deployments.projects | |
com.atlassian.bamboo.deployments.projects.service |
Modifier and Type | Class and Description |
---|---|
class |
VersionNamingSchemeImpl |
Modifier and Type | Method and Description |
---|---|
VersionNamingScheme |
DeploymentProjectServiceImpl.getVersionNamingScheme(long deploymentProjectId) |
VersionNamingScheme |
DeploymentProjectService.getVersionNamingScheme(long deploymentProjectId)
Get the version naming configuration for a project
|
VersionNamingScheme |
DeploymentProjectServiceImpl.updateVersionNamingScheme(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
boolean applicableToBranches,
Set<String> variablesToAutoIncrement) |
VersionNamingScheme |
DeploymentProjectService.updateVersionNamingScheme(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
boolean applicableToBranches,
Set<String> variablesToAutoIncrement)
update the version naming configuration for a project
|
VersionNamingScheme |
DeploymentProjectServiceImpl.updateVersionNamingScheme(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
Set<String> variablesToAutoIncrement) |
VersionNamingScheme |
DeploymentProjectService.updateVersionNamingScheme(long deploymentProjectId,
String nextVersionName,
boolean autoIncrement,
Set<String> variablesToAutoIncrement)
Deprecated.
|
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.