Uses of Class
com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite
-
Packages that use Environment.ReleaseApprovalPrerequisite Package Description com.atlassian.bamboo.specs.api.builders.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.deployment 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.ReleaseApprovalPrerequisite Modifier and Type Method Description static Environment.ReleaseApprovalPrerequisiteEnvironment.ReleaseApprovalPrerequisite. getDefault()static Environment.ReleaseApprovalPrerequisiteEnvironment.ReleaseApprovalPrerequisite. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Environment.ReleaseApprovalPrerequisite[]Environment.ReleaseApprovalPrerequisite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type Environment.ReleaseApprovalPrerequisite Modifier and Type Method Description EnvironmentEnvironment. 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.ReleaseApprovalPrerequisite Modifier and Type Method Description Environment.ReleaseApprovalPrerequisiteEnvironmentProperties. getReleaseApprovalPrerequisite()Constructors in com.atlassian.bamboo.specs.api.model.deployment with parameters of type Environment.ReleaseApprovalPrerequisite Constructor Description EnvironmentProperties(@NotNull java.lang.String name, @Nullable java.lang.String description, @NotNull java.util.List<TaskProperties> tasks, @NotNull java.util.List<TaskProperties> finalTasks, @NotNull java.util.List<TriggerProperties> triggers, @NotNull java.util.List<VariableProperties> variables, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<NotificationProperties> notifications, @NotNull DockerConfigurationProperties dockerConfiguration, @NotNull java.util.Collection<EnvironmentPluginConfigurationProperties> pluginConfigurations, Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
-