Environment |
Environment.description(java.lang.String description) |
Sets the environment description.
|
Environment |
Environment.dockerConfiguration(@NotNull DockerConfiguration dockerConfiguration) |
Configure Docker for this environment.
|
Environment |
Environment.finalTasks(@NotNull Task<?,?>... finalTasks) |
Adds provided Tasks to the list of the final tasks executed by the environment.
|
Environment |
Environment.notifications(@NotNull Notification... notifications) |
Appends a notification rule to the environment.
|
Environment |
Environment.pluginConfigurations(@NotNull EnvironmentPluginConfiguration<? extends EnvironmentPluginConfigurationProperties>... pluginConfigurations) |
Appends plugin configuration to the environment.
|
Environment |
Environment.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.
|
Environment |
Environment.requirements(Requirement... requirements) |
Adds custom requirements to the environment.
|
Environment |
Environment.tasks(@NotNull Task<?,?>... tasks) |
Adds provided Tasks to the list of tasks executed by the environment.
|
Environment |
Environment.triggers(@NotNull Trigger<?,?>... triggers) |
Adds triggers to this environment.
|
Environment |
Environment.variables(@NotNull Variable... variables) |
Adds deployment environment variables.
|