public class PlanConfigExportServiceImpl extends Object implements PlanConfigExportService
Constructor and Description |
---|
PlanConfigExportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendMiscellaneousPlugins(ImmutablePlan immutablePlan,
List<com.atlassian.bamboo.configuration.external.ExportablePluginModule> exportableModules,
Map<String,Object> data) |
Iterable<Path> |
exportAllPlans()
Export all plans to default location in Bamboo home dir.
|
Iterable<Path> |
exportPlan(ImmutableTopLevelPlan topLevelPlan)
Export top level plan to default location in Bamboo home dir.
|
public Iterable<Path> exportAllPlans()
PlanConfigExportService
exportAllPlans
in interface PlanConfigExportService
public Iterable<Path> exportPlan(@NotNull ImmutableTopLevelPlan topLevelPlan)
PlanConfigExportService
exportPlan
in interface PlanConfigExportService
protected void appendMiscellaneousPlugins(ImmutablePlan immutablePlan, List<com.atlassian.bamboo.configuration.external.ExportablePluginModule> exportableModules, Map<String,Object> data)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.