|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BackupSystemInformation in com.atlassian.jira.bc.imports.project |
|---|
| Methods in com.atlassian.jira.bc.imports.project with parameters of type BackupSystemInformation | |
|---|---|
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. |
ProjectImportResults |
DefaultProjectImportService.doImport(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportData projectImportData,
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. |
MappingResult |
DefaultProjectImportService.doMapping(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
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 XML backup data and creates a ProjectImportMapper and partitions the XML data for the project. |
ProjectImportData |
DefaultProjectImportService.getProjectImportData(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
TaskProgressInterval taskProgressInterval)
|
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. |
MessageSet |
DefaultProjectImportService.validateBackupProjectImportableSystemLevel(JiraServiceContext jiraServiceContext,
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. |
void |
DefaultProjectImportService.validateDoMapping(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation)
|
| Uses of BackupSystemInformation in com.atlassian.jira.imports.project |
|---|
| Methods in com.atlassian.jira.imports.project with parameters of type BackupSystemInformation | |
|---|---|
void |
ProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
User 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,
User 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)
|
| Uses of BackupSystemInformation in com.atlassian.jira.imports.project.core |
|---|
| Classes in com.atlassian.jira.imports.project.core that implement BackupSystemInformation | |
|---|---|
class |
BackupSystemInformationImpl
|
| Methods in com.atlassian.jira.imports.project.core that return BackupSystemInformation | |
|---|---|
BackupSystemInformation |
BackupOverviewImpl.getBackupSystemInformation()
|
BackupSystemInformation |
BackupOverview.getBackupSystemInformation()
Returns a BackupSystemInformation object containing system-wide information from the backup file. |
| Constructors in com.atlassian.jira.imports.project.core with parameters of type BackupSystemInformation | |
|---|---|
BackupOverviewImpl(BackupSystemInformation backupSystemInformation,
List backupProjects)
|
|
| Uses of BackupSystemInformation in com.atlassian.jira.imports.project.handler |
|---|
| Uses of BackupSystemInformation in com.atlassian.jira.imports.project.transformer |
|---|
| Constructors in com.atlassian.jira.imports.project.transformer with parameters of type BackupSystemInformation | |
|---|---|
IssueLinkTransformerImpl(IssueManager issueManager,
BackupSystemInformation backupSystemInformation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||