@ExperimentalApi
public interface DeploymentExportService
Modifier and Type | Method and Description |
---|---|
Iterable<Path> |
exportAllDeploymentProjects()
Export all deployments to default location in Bamboo home dir.
|
Path |
exportSingleDeployment(DeploymentProject deploymentProject)
Export single deployment project to default location in Bamboo home dir
|
@NotNull Iterable<Path> exportAllDeploymentProjects()
@NotNull Path exportSingleDeployment(@NotNull DeploymentProject deploymentProject)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.