Uses of Interface
com.atlassian.bamboo.deployments.projects.versionnaming.VersionNamingScheme
Packages that use VersionNamingScheme
Package
Description
-
Uses of VersionNamingScheme in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement VersionNamingScheme -
Uses of VersionNamingScheme in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return VersionNamingSchemeModifier 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
DeploymentProjectServiceImpl.updateVersionNamingScheme
(long deploymentProjectId, String nextVersionName, boolean autoIncrement, boolean applicableToBranches, @NotNull Set<String> variablesToAutoIncrement)