Uses of Class
com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
Packages that use ReleaseNaming
Package
Description
Deployment project and environments.
-
Uses of ReleaseNaming in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment that return ReleaseNamingModifier and TypeMethodDescriptionReleaseNaming.applicableToBranches(boolean applicableToBranches) Specifies if this naming scheme should be applied to releases created from plan branches.ReleaseNaming.autoIncrement(boolean autoIncrement) Specifies if Bamboo should automatically increment numeric part of release name.ReleaseNaming.variablesToAutoIncrement(@NotNull String... variablesToAutoIncrement) Specifies which variables referenced in release name should be incremented after creating a release.Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type ReleaseNaming