Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite
Packages that use Environment.ReleaseApprovalPrerequisite
Package
Description
Deployment project and environments.
Deployment project and environments.
-
Uses of Environment.ReleaseApprovalPrerequisite in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment that return Environment.ReleaseApprovalPrerequisiteModifier 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.Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type Environment.ReleaseApprovalPrerequisiteModifier 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
Methods in com.atlassian.bamboo.specs.api.model.deployment that return Environment.ReleaseApprovalPrerequisiteConstructors in com.atlassian.bamboo.specs.api.model.deployment with parameters of type Environment.ReleaseApprovalPrerequisiteModifierConstructorDescriptionEnvironmentProperties
(@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)