Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.branch.BranchManagementConfiguration
Packages that use BranchManagementConfiguration
Package
Description
Contains the internal Java class model which correspond to the most up-to-date Bamboo Specs YAML document.
-
Uses of BranchManagementConfiguration in com.atlassian.bamboo.configuration.external.yaml
Methods in com.atlassian.bamboo.configuration.external.yaml that return BranchManagementConfigurationModifier and TypeMethodDescriptionstatic @NotNull BranchManagementConfigurationBambooYamlParserImpl.getDefaultBranchManagementSettings()Values should be synchronized with.invalid reference
com.atlassian.bamboo.configuration.external.yaml.YamlV1ToSpecs#getDefaultPlanBranchManagement() -
Uses of BranchManagementConfiguration in com.atlassian.bamboo.configuration.external.yaml.properties
Methods in com.atlassian.bamboo.configuration.external.yaml.properties that return BranchManagementConfigurationModifier and TypeMethodDescription@NotNull BranchManagementConfigurationBambooYamlPlanDefinition.getBranchManagementConfiguration()Constructors in com.atlassian.bamboo.configuration.external.yaml.properties with parameters of type BranchManagementConfigurationModifierConstructorDescriptionBambooYamlPlanDefinition(@NotNull Plan plan, @NotNull Iterable<Stage> stages, @NotNull Iterable<Notification> notifications, @NotNull Iterable<Trigger> triggers, @NotNull Map<String, String> variables, @Nullable List<String> labels, @Nullable Docker docker, @NotNull BranchManagementConfiguration branchManagementConfiguration, @Nullable PlanBranchConfiguration planBranchConfiguration, @Nullable Dependencies dependencies, @Nullable Iterable<com.atlassian.bamboo.specs.api.builders.plan.configuration.PluginConfiguration> other, @NotNull Optional<List<Repository>> repositories)