@ExperimentalApi
public interface PlanConfigExportService
Modifier and Type | Method and Description |
---|---|
Iterable<Path> |
exportAllPlans()
Export all plans to default location in Bamboo home dir.
|
Iterable<Path> |
exportPlan(ImmutableTopLevelPlan plan)
Export top level plan to default location in Bamboo home dir.
|
com.atlassian.bamboo.specs.api.builders.plan.Plan |
exportPlanToSpecs(ImmutableTopLevelPlan plan)
Export top level plan to Bamboo Specs entity.
|
@NotNull Iterable<Path> exportAllPlans()
@NotNull Iterable<Path> exportPlan(@NotNull ImmutableTopLevelPlan plan)
com.atlassian.bamboo.specs.api.builders.plan.Plan exportPlanToSpecs(@NotNull ImmutableTopLevelPlan plan)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.