com.atlassian.bamboo.migration
Class ImportExportManagerImpl
java.lang.Object
com.atlassian.bamboo.migration.ImportExportManagerImpl
- All Implemented Interfaces:
- ImportExportManager
public class ImportExportManagerImpl
- extends java.lang.Object
- implements ImportExportManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportExportManagerImpl
public ImportExportManagerImpl(DeletionService deletionService,
XmlMigrator xmlMigrator,
com.opensymphony.xwork.TextProvider textProvider,
AdminErrorHandler adminErrorHandler)
bambooExport
public void bambooExport(ExportDetailsBean exportDetails)
throws java.lang.Exception
- Description copied from interface:
ImportExportManager
- Controls Bamboo Export
- Specified by:
bambooExport
in interface ImportExportManager
- Parameters:
exportDetails
- ExportDetailsBean containing any information required to do the export
- Throws:
java.lang.InterruptedException
java.lang.Exception
bambooImport
public void bambooImport(java.lang.String path)
throws java.lang.Exception
- Description copied from interface:
ImportExportManager
- Controls Bamboo Import
- Specified by:
bambooImport
in interface ImportExportManager
- Parameters:
path
- String path of file to import
- Throws:
java.lang.InterruptedException
java.lang.Exception
validateImport
public void validateImport(java.lang.String path)
throws java.lang.Exception
- Description copied from interface:
ImportExportManager
- Validates Bamboo import file
- Specified by:
validateImport
in interface ImportExportManager
- Parameters:
path
- String path of file to import
- Throws:
java.lang.Exception
- when import file is not valid
Copyright © 2011 Atlassian. All Rights Reserved.