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 exportInterruptedException
Exception
void bambooImport(String path) throws Exception
path
- String path of file to importInterruptedException
Exception
void bambooOsgiDependentImport(String path) throws Exception
path
- String path of file to importException
void bambooImport(String path, boolean clearArtifacts) throws Exception
path
- String path of file to importclearArtifacts
- artifact directory is erased prior the import iff trueInterruptedException
Exception
void validateImport(String path) throws Exception
path
- String path of file to importException
- when import file is not validvoid resetGenerators()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.