Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite
Package
Description
Deployment project and environments.
Deployment project and environments.
-
Uses of Environment.ReleaseApprovalPrerequisite in com.atlassian.bamboo.specs.api.builders.deployment
Modifier and TypeMethodDescriptionEnvironment.ReleaseApprovalPrerequisite.getDefault()
Returns the enum constant of this class with the specified name.Environment.ReleaseApprovalPrerequisite.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEnvironment.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. -
Uses of Environment.ReleaseApprovalPrerequisite in com.atlassian.bamboo.specs.api.model.deployment
ModifierConstructorDescriptionEnvironmentProperties
(@NotNull String name, @Nullable String description, @NotNull List<TaskProperties> tasks, @NotNull List<TaskProperties> finalTasks, @NotNull List<TriggerProperties> triggers, @NotNull List<VariableProperties> variables, @NotNull List<RequirementProperties> requirements, @NotNull List<NotificationProperties> notifications, @NotNull DockerConfigurationProperties dockerConfiguration, @NotNull Collection<EnvironmentPluginConfigurationProperties> pluginConfigurations, Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisite)