@Internal
public interface CloudExportService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CloudExportService.CloudExportStatus |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteExportFile()
Deletes the Bamboo Cloud instance export file if it exists.
|
void |
exportInstance(CloudExportSettings settings)
Exports this Bamboo cloud instance into a single packaged file (
CloudExportService.CloudExportStatus.getExportFile()). |
CloudExportService.CloudExportStatus |
getExportStatus() |
boolean deleteExportFile()
void exportInstance(@NotNull
CloudExportSettings settings)
CloudExportService.CloudExportStatus.getExportFile()).
Export operation is run asynchronously, status can be verified by querying getExportStatus()settings - - export configurationCloudExportService.CloudExportStatus getExportStatus()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.