Modifier and Type | Method and Description |
---|---|
BackupOverview |
DefaultProjectImportService.getBackupOverview(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
TaskProgressSink taskProgressSink) |
BackupOverview |
ProjectImportService.getBackupOverview(JiraServiceContext jiraServiceContext,
ProjectImportOptions projectImportOptions,
TaskProgressSink taskProgressSink)
Returns a BackupOverview object containing the overview of information from the backup file if the backup files
build number and edition match those of the running instance of JIRA.
|
Modifier and Type | Method and Description |
---|---|
BackupOverview |
ProjectImportManager.getBackupOverview(String pathToBackupXml,
TaskProgressSink taskProgressSink,
I18nHelper i18n)
Parses through the provided JIRA XML backup file and creates a BackupOverview.
|
BackupOverview |
DefaultProjectImportManager.getBackupOverview(String pathToBackupXml,
TaskProgressSink taskProgressSink,
I18nHelper i18n) |
Modifier and Type | Class and Description |
---|---|
class |
BackupOverviewImpl |
Modifier and Type | Method and Description |
---|---|
BackupOverview |
BackupOverviewBuilderImpl.getBackupOverview() |
BackupOverview |
BackupOverviewBuilder.getBackupOverview()
Returns a
BackupOverview that is populated by the current
state of the builder. |
Modifier and Type | Method and Description |
---|---|
BackupOverview |
ProjectImportBean.getBackupOverview()
This is the end result of the processing of Step 1.
|
BackupOverview |
ProjectImportSelectProject.getBackupOverview() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectImportBean.setBackupOverview(BackupOverview backupOverview)
This is set as the end result of processing Step 1.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ProjectImportBackupOverviewProgress.handleFinishedTask(TaskDescriptorBean<BackupOverview> ourTask) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.