Uses of Class
com.atlassian.bamboo.deployments.environments.ReleaseApprovalPrerequisite
-
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.configuration.external.yaml.properties.deployment
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.deployment that return ReleaseApprovalPrerequisite Modifier and Type Method Description ReleaseApprovalPrerequisite
Environment. getReleaseApprovalPrerequisite()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties.deployment with parameters of type ReleaseApprovalPrerequisite Constructor Description Environment(@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 ReleaseApprovalPrerequisite Modifier and Type Method Description static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite. fromSpecs(com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisiteSpecs)
static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite. fromYaml(String input)
static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite. getDefault()
static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite. getInstance(String name)
@NotNull ReleaseApprovalPrerequisite
EnvironmentImpl. getReleaseApprovalPrerequisite()
@NotNull ReleaseApprovalPrerequisite
EnvironmentWithConfigCounts. getReleaseApprovalPrerequisite()
@NotNull ReleaseApprovalPrerequisite
InternalEnvironment. getReleaseApprovalPrerequisite()
static ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReleaseApprovalPrerequisite[]
ReleaseApprovalPrerequisite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type ReleaseApprovalPrerequisite Modifier and Type Method Description static List<ReleaseApprovalPrerequisite>
ReleaseApprovalPrerequisite. valuesOrderedToDisplay()
Methods in com.atlassian.bamboo.deployments.environments with parameters of type ReleaseApprovalPrerequisite Modifier and Type Method Description static com.atlassian.bamboo.specs.api.builders.deployment.Environment.ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisite. toSpecs(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return ReleaseApprovalPrerequisite Modifier and Type Method Description ReleaseApprovalPrerequisite
ConfigureEnvironment. getReleaseApprovalPrerequisite()
ReleaseApprovalPrerequisite
CreateEnvironment. getReleaseApprovalPrerequisite()
Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type ReleaseApprovalPrerequisite Modifier and Type Method Description List<ReleaseApprovalPrerequisite>
ConfigureEnvironment. getPossibleReleaseApprovalPrerequisites()
List<ReleaseApprovalPrerequisite>
CreateEnvironment. getPossibleReleaseApprovalPrerequisites()
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type ReleaseApprovalPrerequisite Modifier and Type Method Description void
ConfigureEnvironment. setReleaseApprovalPrerequisite(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
void
CreateEnvironment. setReleaseApprovalPrerequisite(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return ReleaseApprovalPrerequisite Modifier and Type Method Description @NotNull ReleaseApprovalPrerequisite
EnvironmentStubImpl. getReleaseApprovalPrerequisite()
-
Uses of ReleaseApprovalPrerequisite in com.atlassian.bamboo.deployments.environments.persistence
Fields in com.atlassian.bamboo.deployments.environments.persistence with type parameters of type ReleaseApprovalPrerequisite Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableEnvironmentImpl,ReleaseApprovalPrerequisite>
MutableEnvironmentImpl_. releaseApprovalPrerequisite
Methods in com.atlassian.bamboo.deployments.environments.persistence that return ReleaseApprovalPrerequisite Modifier and Type Method Description ReleaseApprovalPrerequisite
ReleaseApprovalPrerequisiteUserType. fromString(@NotNull String stringValue)
@NotNull ReleaseApprovalPrerequisite
EnvironmentStubDto. getReleaseApprovalPrerequisite()
@NotNull ReleaseApprovalPrerequisite
MutableEnvironmentImpl. getReleaseApprovalPrerequisite()
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type ReleaseApprovalPrerequisite Modifier and Type Method Description void
MutableEnvironment. setReleaseApprovalPrerequisite(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
void
MutableEnvironmentImpl. 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 ReleaseApprovalPrerequisite Modifier and Type Method Description @NotNull ReleaseApprovalPrerequisite
InternalEnvironmentImpl. getReleaseApprovalPrerequisite()
Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type ReleaseApprovalPrerequisite Constructor Description InternalEnvironmentImpl(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 ReleaseApprovalPrerequisite Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return ReleaseApprovalPrerequisite Modifier and Type Method Description @NotNull ReleaseApprovalPrerequisite
RestEnvironment. getReleaseApprovalPrerequisite()
ReleaseApprovalPrerequisite
RestEnvironmentPrerequisites. getReleaseApprovalPrerequisite()
Constructors in com.atlassian.bamboo.rest.model.deployments.environments with parameters of type ReleaseApprovalPrerequisite Constructor Description RestEnvironmentPrerequisites(ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
-