Uses of Enum Class
com.atlassian.bamboo.deployments.environments.ReleaseApprovalPrerequisite
Packages that use ReleaseApprovalPrerequisite
Package
Description
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.configuration.external.yaml.properties.deployment
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.deployment that return ReleaseApprovalPrerequisiteConstructors in com.atlassian.bamboo.configuration.external.yaml.properties.deployment with parameters of type ReleaseApprovalPrerequisiteModifierConstructorDescriptionEnvironment(@NotNull String name, @NotNull String description, @NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> tasks, @NotNull Iterable<com.atlassian.bamboo.specs.api.builders.task.Task> finalTasks, @NotNull Map<String, String> variables, @NotNull Iterable<Requirement> requirements, @NotNull Iterable<Trigger> triggers, @NotNull Iterable<Notification> notifications, @Nullable Docker docker, @Nullable Iterable<? extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<?>> other) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionstatic ReleaseApprovalPrerequisiteReleaseApprovalPrerequisite.fromSpecs(com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisiteSpecs) static ReleaseApprovalPrerequisitestatic ReleaseApprovalPrerequisiteReleaseApprovalPrerequisite.getDefault()static ReleaseApprovalPrerequisiteReleaseApprovalPrerequisite.getInstance(String name) @NotNull ReleaseApprovalPrerequisiteEnvironmentImpl.getReleaseApprovalPrerequisite()@NotNull ReleaseApprovalPrerequisiteEnvironmentWithConfigCounts.getReleaseApprovalPrerequisite()@NotNull ReleaseApprovalPrerequisiteInternalEnvironment.getReleaseApprovalPrerequisite()static ReleaseApprovalPrerequisiteReturns the enum constant of this class with the specified name.static ReleaseApprovalPrerequisite[]ReleaseApprovalPrerequisite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionstatic List<ReleaseApprovalPrerequisite>ReleaseApprovalPrerequisite.valuesOrderedToDisplay()Methods in com.atlassian.bamboo.deployments.environments with parameters of type ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionstatic com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisiteReleaseApprovalPrerequisite.toSpecs(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionConfigureEnvironment.getReleaseApprovalPrerequisite()CreateEnvironment.getReleaseApprovalPrerequisite()Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionConfigureEnvironment.getPossibleReleaseApprovalPrerequisites()CreateEnvironment.getPossibleReleaseApprovalPrerequisites()Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionvoidConfigureEnvironment.setReleaseApprovalPrerequisite(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) voidCreateEnvironment.setReleaseApprovalPrerequisite(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return ReleaseApprovalPrerequisiteModifier and TypeMethodDescription@NotNull ReleaseApprovalPrerequisiteEnvironmentStubImpl.getReleaseApprovalPrerequisite() -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.persistence
Fields in com.atlassian.bamboo.deployments.environments.persistence with type parameters of type ReleaseApprovalPrerequisiteModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableEnvironmentImpl,ReleaseApprovalPrerequisite> MutableEnvironmentImpl_.releaseApprovalPrerequisiteMethods in com.atlassian.bamboo.deployments.environments.persistence that return ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionReleaseApprovalPrerequisiteUserType.fromString(@NotNull String stringValue) @NotNull ReleaseApprovalPrerequisiteEnvironmentStubDto.getReleaseApprovalPrerequisite()@NotNull ReleaseApprovalPrerequisiteMutableEnvironmentImpl.getReleaseApprovalPrerequisite()Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type ReleaseApprovalPrerequisiteModifier and TypeMethodDescriptionvoidMutableEnvironment.setReleaseApprovalPrerequisite(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) voidMutableEnvironmentImpl.setReleaseApprovalPrerequisite(@NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.persistence.internal
Methods in com.atlassian.bamboo.deployments.environments.persistence.internal that return ReleaseApprovalPrerequisiteModifier and TypeMethodDescription@NotNull ReleaseApprovalPrerequisiteInternalEnvironmentImpl.getReleaseApprovalPrerequisite()Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type ReleaseApprovalPrerequisiteModifierConstructorDescriptionInternalEnvironmentImpl(long id, long deploymentProjectId, String name, String description, String tasksXmlData, String triggersXmlData, int position, ConfigurationState configurationState, long requirementSetId, ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type ReleaseApprovalPrerequisiteModifier and TypeMethodDescription@NotNull EnvironmentEnvironmentService.addEnvironment(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Creates a new environment in the specified deployment project.@NotNull EnvironmentEnvironmentServiceImpl.addEnvironment(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) @NotNull EnvironmentEnvironmentService.editEnvironment(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Edit the details of an existing environment@NotNull EnvironmentEnvironmentServiceImpl.editEnvironment(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) voidEnvironmentService.updateEnvironmentPrerequisites(long environmentId, @NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite) Updates the prerequisites of the environment with requested ID needed to launch the release.voidEnvironmentServiceImpl.updateEnvironmentPrerequisites(long environmentId, @NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.rest.model.deployments.environments
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return ReleaseApprovalPrerequisiteModifier and TypeMethodDescription@NotNull ReleaseApprovalPrerequisiteRestEnvironment.getReleaseApprovalPrerequisite()RestEnvironmentPrerequisites.getReleaseApprovalPrerequisite()Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type ReleaseApprovalPrerequisiteModifierConstructorDescriptionRestEnvironmentPrerequisites(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)