Uses of Interface
com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties
Packages that use 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
Classes in com.atlassian.bamboo.specs.api.builders.deployment.configuration with type parameters of type EnvironmentPluginConfigurationPropertiesModifier and TypeClassDescriptionclass
-
Uses of EnvironmentPluginConfigurationProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type EnvironmentPluginConfigurationPropertiesConstructor parameters in com.atlassian.bamboo.specs.api.model.deployment with type arguments of type EnvironmentPluginConfigurationPropertiesModifierConstructorDescriptionEnvironmentProperties
(@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
Classes in com.atlassian.bamboo.specs.api.model.deployment.configuration that implement EnvironmentPluginConfigurationProperties