Modifier and Type | Method and Description |
---|---|
ProjectImportResults |
DefaultProjectImportService.doImport(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportData projectImportData,
TaskProgressInterval taskProgressInterval) |
ProjectImportResults |
ProjectImportService.doImport(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportData projectImportData,
TaskProgressInterval taskProgressInterval)
Imports the passed in project using the provided, populated and validated, project import mapper.
|
MappingResult |
DefaultProjectImportService.doMapping(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval) |
MappingResult |
ProjectImportService.doMapping(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval)
Will use the initial data in the ProjectImportData to perform automappings based on the current state of JIRA
and then will validate those mappings.
|
ProjectImportData |
DefaultProjectImportService.getProjectImportData(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval) |
ProjectImportData |
ProjectImportService.getProjectImportData(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval)
Makes a pass through the provided JIRA ZIP backup data and creates a ProjectImportMapper and partitions the XML
data for the project.
|
MessageSet |
DefaultProjectImportService.preProcessAoImportData(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval) |
MessageSet |
ProjectImportService.preProcessAoImportData(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval)
Makes a pass through the provided AO XML backup data and partitions the XML allowing plugins to process listen to
each element as it passes,
|
MessageSet |
DefaultProjectImportService.validateBackupProjectImportableSystemLevel(JiraServiceContext jiraServiceContext,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation) |
MessageSet |
ProjectImportService.validateBackupProjectImportableSystemLevel(JiraServiceContext jiraServiceContext,
BackupProject project,
BackupSystemInformation backupSystemInformation)
Returns a MessageSet which reports if the provided BackupProject meets the JIRA system requirements
to be imported.
|
void |
DefaultProjectImportService.validateDoMapping(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation) |
void |
ProjectImportService.validateDoMapping(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation)
Validates if the user has permission to create a project import mapper and partition the input data and if the
provided path's and backup project exist.
|
Modifier and Type | Method and Description |
---|---|
BackupSystemInformation |
ReferenceAoImport.getBackupSystemInformation() |
BackupSystemInformation |
ReferenceOfBizImport.getBackupSystemInformation() |
BackupSystemInformation |
ReferenceAoPreImport.getBackupSystemInformation() |
BackupSystemInformation |
ReferenceOfBizPreImport.getBackupSystemInformation() |
Modifier and Type | Method and Description |
---|---|
void |
ReferenceAoImport.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
void |
ReferenceOfBizImport.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
void |
ReferencePostImportPluginModule.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
void |
ReferenceAoPreImport.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
void |
ReferencePreImportPluginModule.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
void |
ReferenceOfBizPreImport.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
ApplicationUser importAuthor)
This will perform the project import based on the mappings provided.
|
void |
DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
ApplicationUser importAuthor) |
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.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) |
Modifier and Type | Method and Description |
---|---|
void |
AoPartitionHandler.setBackupSystemInformation(BackupSystemInformation backupSystemInformation) |
Modifier and Type | Class and Description |
---|---|
class |
BackupSystemInformationImpl |
Modifier and Type | Method and Description |
---|---|
BackupSystemInformation |
BackupOverviewImpl.getBackupSystemInformation() |
BackupSystemInformation |
BackupOverview.getBackupSystemInformation()
Returns a BackupSystemInformation object containing system-wide information from the backup file.
|
Constructor and Description |
---|
BackupOverviewImpl(BackupSystemInformation backupSystemInformation,
List<? extends BackupProject> backupProjects) |
Modifier and Type | Method and Description |
---|---|
void |
PluggableImportHandler.setBackupSystemInformation(BackupSystemInformation backupSystemInformation)
Set the backup system information.
|
Constructor and Description |
---|
IssueLinkTransformerImpl(IssueManager issueManager,
BackupSystemInformation backupSystemInformation) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.