| Interface | Description |
|---|---|
| DataExportEvent |
The interface implemented by events related to JIRA data export.
|
| DataImportEvent |
The interface implemented by events related to JIRA data import.
|
| DataImportOSPropertyValidator |
Plugins can implement this interface to add logic to validate
<OSPropertyEntry> elements in the backup XML. |
| DataImportOSPropertyValidator.DataImportProperties |
Accessors to property entries in the backup XML.
|
| 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 | Description |
|---|---|
| ConstrainedBuildUtilsInfo |
Temporary class used during transition period (will be deleted afterwards).
|
| DatabaseImportCompletedEvent |
Raised after a JIRA has imported its database contents and before plugin data is imported.
|
| DataImportFinishedEvent |
Sent when a data import completes, but before the plugins are restarted.
|
| DataImportOSPropertyValidatorModuleDescriptor |
Plugin point to validate property entries in backup XML before import starts.
|
| DataImportParams |
Provides all the parameters required to perform a data import in JIRA.
|
| DataImportParams.Builder | |
| DataImportProductionDependencies |
Provides a number of dependencies used during dataimport.
|
| DataImportPropertiesValidationService |
Aggregates all enabled instances of
DataImportOSPropertyValidator. |
| 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 | |
| DowngradeUtil |
Static utility methods for running a database downgrade.
|
| DowngradeWorker |
This class will do the actual work of finding and running required downgrade tasks.
|
| EntityImportExportExclusions | |
| 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.
|
| OfbizImportHandler |
Sax handler for constructing GenericValues from data in XML format.
|
| OfbizImportHandlerFactory |
Creates an instance of
OfbizImportHandler. |
| Enum | Description |
|---|---|
| DataImportEvent.ImportType | |
| 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) |
| DowngradeWorker.Mode |
Downgrade mode.
|
| ExportService.Style |
Copyright © 2002-2017 Atlassian. All Rights Reserved.