Uses of Interface
com.atlassian.bamboo.deployments.projects.versionnaming.VersionNamingScheme
Package
Description
-
Uses of VersionNamingScheme in com.atlassian.bamboo.deployments.projects
-
Uses of VersionNamingScheme in com.atlassian.bamboo.deployments.projects.service
Modifier and TypeMethodDescription@Nullable VersionNamingScheme
DeploymentProjectService.getVersionNamingScheme
(long deploymentProjectId) Get the version naming configuration for a project@Nullable VersionNamingScheme
DeploymentProjectServiceImpl.getVersionNamingScheme
(long deploymentProjectId) @NotNull VersionNamingScheme
DeploymentProjectService.updateVersionNamingScheme
(long deploymentProjectId, String nextVersionName, boolean autoIncrement, boolean applicableToBranches, @NotNull Set<String> variablesToAutoIncrement) update the version naming configuration for a project@NotNull VersionNamingScheme
DeploymentProjectService.updateVersionNamingScheme
(long deploymentProjectId, String nextVersionName, boolean autoIncrement, @NotNull Set<String> variablesToAutoIncrement) Deprecated.@NotNull VersionNamingScheme
DeploymentProjectServiceImpl.updateVersionNamingScheme
(long deploymentProjectId, String nextVersionName, boolean autoIncrement, boolean applicableToBranches, @NotNull Set<String> variablesToAutoIncrement) @NotNull VersionNamingScheme
DeploymentProjectServiceImpl.updateVersionNamingScheme
(long deploymentProjectId, String nextVersionName, boolean autoIncrement, @NotNull Set<String> variablesToAutoIncrement)
DeploymentProjectService.updateVersionNamingScheme(long, String, boolean, boolean, Set)