Class ChainBranchExporterImpl
- java.lang.Object
-
- com.atlassian.bamboo.configuration.external.exporters.ChainBranchExporterImpl
-
- All Implemented Interfaces:
ChainBranchExporter
public class ChainBranchExporterImpl extends Object implements ChainBranchExporter
-
-
Constructor Summary
Constructors Constructor Description ChainBranchExporterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration
exportBranchIntegrationConfiguration(@NotNull BranchIntegrationConfiguration branchIntegrationConfiguration, @NotNull PlanKey chainKey, @NotNull PlanBranchWorkflow planBranchWorkflow)
Exports branch merging configuration to properties@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement
exportPlanBranchManagement(@NotNull ImmutableTopLevelPlan plan)
Exports plan branch management configuration to properties
-
-
-
Method Detail
-
exportBranchIntegrationConfiguration
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegration exportBranchIntegrationConfiguration(@NotNull @NotNull BranchIntegrationConfiguration branchIntegrationConfiguration, @NotNull @NotNull PlanKey chainKey, @NotNull @NotNull PlanBranchWorkflow planBranchWorkflow)
Description copied from interface:ChainBranchExporter
Exports branch merging configuration to properties- Specified by:
exportBranchIntegrationConfiguration
in interfaceChainBranchExporter
- Parameters:
branchIntegrationConfiguration
- to be exportedchainKey
- of chain being exportedplanBranchWorkflow
- plan branch workflow of chain being exported- See Also:
BranchIntegrationConfiguration
-
exportPlanBranchManagement
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchManagement exportPlanBranchManagement(@NotNull @NotNull ImmutableTopLevelPlan plan)
Description copied from interface:ChainBranchExporter
Exports plan branch management configuration to properties- Specified by:
exportPlanBranchManagement
in interfaceChainBranchExporter
-
-