Uses of Interface
com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties
Package
Description
Items stored in environment custom plugins configuration.
Deployment project and environments.
Items stored in environment custom plugins configuration.
-
Uses of EnvironmentPluginConfigurationProperties in com.atlassian.bamboo.specs.api.builders.deployment.configuration
Modifier and TypeClassDescriptionclass
-
Uses of EnvironmentPluginConfigurationProperties in com.atlassian.bamboo.specs.api.model.deployment
ModifierConstructorDescriptionEnvironmentProperties
(@NotNull String name, @Nullable String description, @NotNull List<TaskProperties> tasks, @NotNull List<TaskProperties> finalTasks, @NotNull List<TriggerProperties> triggers, @NotNull List<VariableProperties> variables, @NotNull List<RequirementProperties> requirements, @NotNull List<NotificationProperties> notifications, @NotNull DockerConfigurationProperties dockerConfiguration, @NotNull Collection<EnvironmentPluginConfigurationProperties> pluginConfigurations, Environment.ReleaseApprovalPrerequisite releaseApprovalPrerequisite) -
Uses of EnvironmentPluginConfigurationProperties in com.atlassian.bamboo.specs.api.model.deployment.configuration