Uses of Class
com.atlassian.bamboo.specs.api.builders.deployment.Environment
Package
Description
Deployment project and environments.
-
Uses of Environment in com.atlassian.bamboo.specs.api.builders.deployment
Modifier and TypeMethodDescriptionEnvironment.approvedReleaseApprovalPrerequisite()
Sets release approval prerequisite the environment requires to be met by deployment project release toEnvironment.ReleaseApprovalPrerequisite.APPROVED
.Environment.description
(String description) Sets the environment description.Environment.dockerConfiguration
(@NotNull DockerConfiguration dockerConfiguration) Configure Docker for this environment.Environment.finalTasks
(@NotNull Task<?, ?>... finalTasks) Adds providedTask
s to the list of the final tasks executed by the environment.Environment.noneReleaseApprovalPrerequisite()
Sets release approval prerequisite the environment requires to be met by deployment project release toEnvironment.ReleaseApprovalPrerequisite.NONE
.Environment.notBrokenReleaseApprovalPrerequisite()
Sets release approval prerequisite the environment requires to be met by deployment project release toEnvironment.ReleaseApprovalPrerequisite.NOT_BROKEN
.Environment.notifications
(@NotNull Notification... notifications) Appends a notification rule to the environment.Environment.pluginConfigurations
(@NotNull EnvironmentPluginConfiguration<? extends EnvironmentPluginConfigurationProperties>... pluginConfigurations) Appends plugin configuration to the environment.Environment.releaseApprovalPrerequisite
(@NotNull Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisite) Sets release approval prerequisite the environment requires to be met by deployment project release before the deployment can be launched.Environment.requirements
(Requirement... requirements) Adds custom requirements to the environment.Adds providedTask
s to the list of tasks executed by the environment.Adds triggers to this environment.Adds deployment environment variables.Modifier and TypeMethodDescriptionDeployment.environments
(@NotNull Environment... environments) Adds the environments to the end of environments list.