Package com.atlassian.jira.bc.dataimport
package com.atlassian.jira.bc.dataimport
-
ClassDescriptionTemporary class used during transition period (will be deleted afterwards).Raised after a JIRA had erased its database contents and before the data import startsRaised after a JIRA has imported its database contents and before plugin data is imported.The interface implemented by events related to JIRA data export.The interface implemented by events related to JIRA data import.Sent when a data import completes, but before the plugins are restarted.Plugins can implement this interface to add logic to validate
<OSPropertyEntry>
elements in the backup XML.Accessors to property entries in the backup XML.Plugin point to validate property entries in backup XML before import starts.Provides all the parameters required to perform a data import in JIRA.Provides a number of dependencies used during dataimport.Aggregates all enabled instances ofDataImportOSPropertyValidator
.Performs an XML import used both during setup and xml restore.Returned by theDataImportService.ImportResult
from a call toDataImportService#doImport(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.dataimport.DataImportService.ImportValidationResult, TaskProgressSink)
Represents the result of performing an import.An import validation result returned by theDataImportService#validateImport(com.atlassian.crowd.embedded.api.User, DataImportParams)
method.Static utility methods for running a database downgrade.This class will do the actual work of finding and running required downgrade tasks.Downgrade mode.Event fired when an export is complete.Event raised when XML server export finishes with a failure.A service for the creation of JIRA XML backups.Event raised when a data export begins.Event raised when XML server export finishes with a success.Raised after a JIRA XML import has finished.Stores the result of the last import or XmlRestore.Raised before a JIRA XML import is performed.Sax handler for constructing GenericValues from data in XML format.Creates an instance ofOfbizImportHandler
.