@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.
|
@NotNull Iterable<Path> exportAllPlans()
@NotNull Iterable<Path> exportPlan(@NotNull ImmutableTopLevelPlan plan)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.