Uses of Enum Class
com.atlassian.bamboo.deployments.environments.ReleaseApprovalPrerequisite
Package
Description
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.configuration.external.yaml.properties.deployment
ModifierConstructorDescriptionEnvironment
(@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
Modifier and TypeMethodDescriptionstatic ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite.fromSpecs
(com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisiteSpecs) static ReleaseApprovalPrerequisite
static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite.getDefault()
static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite.getInstance
(String name) @NotNull ReleaseApprovalPrerequisite
EnvironmentImpl.getReleaseApprovalPrerequisite()
@NotNull ReleaseApprovalPrerequisite
EnvironmentWithConfigCounts.getReleaseApprovalPrerequisite()
@NotNull ReleaseApprovalPrerequisite
InternalEnvironment.getReleaseApprovalPrerequisite()
static ReleaseApprovalPrerequisite
Returns 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.Modifier and TypeMethodDescriptionstatic List<ReleaseApprovalPrerequisite>
ReleaseApprovalPrerequisite.valuesOrderedToDisplay()
Modifier and TypeMethodDescriptionstatic com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite.toSpecs
(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.actions
Modifier and TypeMethodDescriptionConfigureEnvironment.getReleaseApprovalPrerequisite()
CreateEnvironment.getReleaseApprovalPrerequisite()
Modifier and TypeMethodDescriptionConfigureEnvironment.getPossibleReleaseApprovalPrerequisites()
CreateEnvironment.getPossibleReleaseApprovalPrerequisites()
Modifier and TypeMethodDescriptionvoid
ConfigureEnvironment.setReleaseApprovalPrerequisite
(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) void
CreateEnvironment.setReleaseApprovalPrerequisite
(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.dashboard
Modifier and TypeMethodDescription@NotNull ReleaseApprovalPrerequisite
EnvironmentStubImpl.getReleaseApprovalPrerequisite()
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableEnvironmentImpl,
ReleaseApprovalPrerequisite> MutableEnvironmentImpl_.releaseApprovalPrerequisite
Modifier and TypeMethodDescriptionReleaseApprovalPrerequisiteUserType.fromString
(@NotNull String stringValue) @NotNull ReleaseApprovalPrerequisite
EnvironmentStubDto.getReleaseApprovalPrerequisite()
@NotNull ReleaseApprovalPrerequisite
MutableEnvironmentImpl.getReleaseApprovalPrerequisite()
Modifier and TypeMethodDescriptionvoid
MutableEnvironment.setReleaseApprovalPrerequisite
(ReleaseApprovalPrerequisite releaseApprovalPrerequisite) void
MutableEnvironmentImpl.setReleaseApprovalPrerequisite
(@NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.persistence.internal
Modifier and TypeMethodDescription@NotNull ReleaseApprovalPrerequisite
InternalEnvironmentImpl.getReleaseApprovalPrerequisite()
ModifierConstructorDescriptionInternalEnvironmentImpl
(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
Modifier and TypeMethodDescription@NotNull Environment
EnvironmentService.addEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Creates a new environment in the specified deployment project.@NotNull Environment
EnvironmentServiceImpl.addEnvironment
(long deploymentProjectId, @Nullable String name, @Nullable String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) @NotNull Environment
EnvironmentService.editEnvironment
(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite environmentPrerequisites) Edit the details of an existing environment@NotNull Environment
EnvironmentServiceImpl.editEnvironment
(long environmentId, String name, String description, @Nullable ReleaseApprovalPrerequisite releaseApprovalPrerequisite) void
EnvironmentService.updateEnvironmentPrerequisites
(long environmentId, @NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite) Updates the prerequisites of the environment with requested ID needed to launch the release.void
EnvironmentServiceImpl.updateEnvironmentPrerequisites
(long environmentId, @NotNull ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.rest.model.deployments.environments
Modifier and TypeMethodDescription@NotNull ReleaseApprovalPrerequisite
RestEnvironment.getReleaseApprovalPrerequisite()
RestEnvironmentPrerequisites.getReleaseApprovalPrerequisite()
ModifierConstructorDescriptionRestEnvironmentPrerequisites
(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)