Uses of Class
com.atlassian.bamboo.specs.api.builders.deployment.ReleaseNaming
-
Packages that use ReleaseNaming Package Description com.atlassian.bamboo.specs.api.builders.deployment 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 ReleaseNaming Modifier and Type Method Description ReleaseNamingReleaseNaming. applicableToBranches(boolean applicableToBranches)Specifies if this naming scheme should be applied to releases created from plan branches.ReleaseNamingReleaseNaming. autoIncrement(boolean autoIncrement)Specifies if Bamboo should automatically increment numeric part of release name.ReleaseNamingReleaseNaming. variablesToAutoIncrement(@NotNull java.lang.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 Modifier and Type Method Description DeploymentDeployment. releaseNaming(@NotNull ReleaseNaming releaseNaming)
-