Uses of Interface
com.atlassian.jira.imports.project.populator.BackupOverviewPopulator

Packages that use BackupOverviewPopulator
com.atlassian.jira.imports.project.core   
com.atlassian.jira.imports.project.populator   
 

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

Methods in com.atlassian.jira.imports.project.core with parameters of type BackupOverviewPopulator
protected  void BackupOverviewBuilderImpl.registerOverviewPopulator(BackupOverviewPopulator populator)
           
 

Uses of BackupOverviewPopulator in com.atlassian.jira.imports.project.populator
 

Classes in com.atlassian.jira.imports.project.populator that implement BackupOverviewPopulator
 class CustomFieldPopulator
          Populates ExternalCustomField, BackupOverviewBuilderImpl.ConfigurationContext, and BackupOverviewBuilderImpl.FieldConfigSchemeIssueType objects from the custom field and custom field configuration data in a backup XML file.
 class IssueIdPopulator
          Populates the issue id's in the BackupOverview object
 class PluginVersionPopulator
          Converts PluginVersion information anc sets it on the BackupOverviewPopulator.
 class ProjectComponentPopulator
          Populates a BackupOverview with project component information.
 class ProjectPopulator
          Converts the project information and sets it into BackupOverview.
 class ProjectVersionPopulator
          Populates the BackupOverview with version information.
 class SystemInfoPopulator
          This BackupOverviewPopulator reads System Info from OSProperty values and adds it to the BackupOverviewBuilder.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.