public interface ImportExportManager
| Modifier and Type | Method and Description |
|---|---|
void |
bambooExport(ExportDetailsBean exportDetails)
Controls Bamboo Export
|
void |
bambooImport(String path)
Execute first phase of import.
|
void |
bambooImport(String path,
boolean clearArtifacts)
Controls Bamboo Import
|
void |
bambooOsgiDependentImport(String path)
Execute second phase of import.
|
void |
resetGenerators() |
void |
validateImport(String path)
Validates Bamboo import file
|
void bambooExport(ExportDetailsBean exportDetails) throws Exception
exportDetails - Bean containing configurations details for the exportInterruptedExceptionExceptionvoid bambooImport(String path) throws Exception
path - String path of file to importInterruptedExceptionExceptionvoid bambooOsgiDependentImport(String path) throws Exception
path - String path of file to importExceptionvoid bambooImport(String path, boolean clearArtifacts) throws Exception
path - String path of file to importclearArtifacts - artifact directory is erased prior the import iff trueInterruptedExceptionExceptionvoid validateImport(String path) throws Exception
path - String path of file to importException - when import file is not validvoid resetGenerators()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.