com.atlassian.bamboo.migration
Class ImportExportManagerImpl

java.lang.Object
  extended by com.atlassian.bamboo.migration.ImportExportManagerImpl
All Implemented Interfaces:
ImportExportManager

public class ImportExportManagerImpl
extends java.lang.Object
implements ImportExportManager


Constructor Summary
ImportExportManagerImpl(DeletionService deletionService, XmlMigrator xmlMigrator, com.opensymphony.xwork.TextProvider textProvider, AdminErrorHandler adminErrorHandler)
           
 
Method Summary
 void bambooExport(ExportDetailsBean exportDetails)
          Controls Bamboo Export
 void bambooImport(java.lang.String path)
          Controls Bamboo Import
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportExportManagerImpl

public ImportExportManagerImpl(DeletionService deletionService,
                               XmlMigrator xmlMigrator,
                               com.opensymphony.xwork.TextProvider textProvider,
                               AdminErrorHandler adminErrorHandler)
Method Detail

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


Copyright © 2010 Atlassian. All Rights Reserved.