Package com.atlassian.jira.bc.dataimport

Interface Summary
DataImportService Performs an XML import used both during setup and xml restore.
ExportService A service for the creation of JIRA XML backups.
ImportResultStore Stores the result of the last import or XmlRestore.
 

Class Summary
DataImportFinishedEvent Sent when a data import completes, but before the plugins are restarted.
DataImportParams Provides all the parameters required to perform a data import in JIRA.
DataImportParams.Builder  
DataImportProductionDependencies Provides a number of dependencies used during dataimport.
DataImportService.ImportResult Represents the result of performing an import.
DataImportService.ImportResult.Builder  
DataImportService.ImportValidationResult An import validation result returned by the DataImportService.validateImport(com.atlassian.crowd.embedded.api.User, DataImportParams) method.
DefaultDataImportService  
DefaultExportService  
DefaultImportResultStore  
ExportCompletedEvent Event fired when an export is complete.
ExportStartedEvent Event raised when a data export begins.
ImportCompletedEvent Raised after a JIRA XML import has finished.
ImportStartedEvent Raised before a JIRA XML import is performed.
 

Enum Summary
DataImportService.ImportError Returned by the DataImportService.ImportResult from a call to DataImportService.doImport(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.dataimport.DataImportService.ImportValidationResult, TaskProgressSink)
ExportService.Style  
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.