Uses of Interface
com.atlassian.jira.imports.project.core.BackupOverview

Packages that use BackupOverview
com.atlassian.jira.bc.imports.project   
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.core   
com.atlassian.jira.imports.project.handler   
com.atlassian.jira.web.action.admin.importer.project   
 

Uses of BackupOverview in com.atlassian.jira.bc.imports.project
 

Methods in com.atlassian.jira.bc.imports.project that return BackupOverview
 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.
 

Uses of BackupOverview in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project that return BackupOverview
 BackupOverview DefaultProjectImportManager.getBackupOverview(String pathToBackupXml, TaskProgressSink taskProgressSink, I18nHelper i18n)
           
 BackupOverview ProjectImportManager.getBackupOverview(String pathToBackupXml, TaskProgressSink taskProgressSink, I18nHelper i18n)
          Parses through the provided JIRA XML backup file and creates a BackupOverview.
 

Uses of BackupOverview in com.atlassian.jira.imports.project.core
 

Classes in com.atlassian.jira.imports.project.core that implement BackupOverview
 class BackupOverviewImpl
           
 

Methods in com.atlassian.jira.imports.project.core that return BackupOverview
 BackupOverview BackupOverviewBuilderImpl.getBackupOverview()
           
 BackupOverview BackupOverviewBuilder.getBackupOverview()
          Returns a BackupOverview that is populated by the current state of the builder.
 

Uses of BackupOverview in com.atlassian.jira.imports.project.handler
 

Methods in com.atlassian.jira.imports.project.handler that return BackupOverview
 BackupOverview BackupOverviewHandler.getBackupOverview()
           
 

Uses of BackupOverview in com.atlassian.jira.web.action.admin.importer.project
 

Methods in com.atlassian.jira.web.action.admin.importer.project that return BackupOverview
 BackupOverview ProjectImportSelectProject.getBackupOverview()
           
 BackupOverview ProjectImportBean.getBackupOverview()
          This is the end result of the processing of Step 1.
 

Methods in com.atlassian.jira.web.action.admin.importer.project with parameters of type BackupOverview
 void ProjectImportBean.setBackupOverview(BackupOverview backupOverview)
          This is set as the end result of processing Step 1.
 

Method parameters in com.atlassian.jira.web.action.admin.importer.project with type arguments of type BackupOverview
protected  String ProjectImportBackupOverviewProgress.handleFinishedTask(TaskDescriptorBean<BackupOverview> ourTask)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.