Modifier and Type | Method and Description |
---|---|
ProjectImportData |
ProjectImportManager.getProjectImportData(ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor)
Parses through the provided JIRA XML backup file and creates a MappingResult.
|
ProjectImportData |
DefaultProjectImportManager.getProjectImportData(ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor) |
void |
ProjectImportManager.validateCustomFieldValues(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18nBean)
Parses the partitioned custom field value XML and gets the custom fields to validate that they can handle the values.
|
void |
DefaultProjectImportManager.validateCustomFieldValues(ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n) |
void |
ProjectImportManager.validateFileAttachments(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n)
Parses the partitioned file attachment XML and validates that the referenced file attachment exists in the
user provided attachment directory.
|
void |
DefaultProjectImportManager.validateFileAttachments(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
MappingResult mappingResult,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressProcessor taskProgressProcessor,
I18nHelper i18n) |
Constructor and Description |
---|
ChainedAoSaxHandler(TaskProgressProcessor taskProgressProcessor)
Constructor to create an AbstractHandler with progress feedback.
|
Constructor and Description |
---|
ChainedOfBizSaxHandler(TaskProgressProcessor taskProgressProcessor)
Constructor to create an AbstractHandler with progress feedback.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityCountTaskProgressProcessor
TaskProgressProcessor that knows the entity count for a backup XML file, or other project import subtask.
|
class |
EntityTypeTaskProgressProcessor
TaskProgressProcessor used in the first pass of the import backup file.
|
class |
ThrottlingTaskProgressProcessor |
Constructor and Description |
---|
ThrottlingTaskProgressProcessor(TaskProgressProcessor taskProgressProcessor,
java.time.Clock clock) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.