Uses of Interface
com.atlassian.jira.imports.project.mapper.SimpleProjectImportIdMapper

Packages that use SimpleProjectImportIdMapper
com.atlassian.jira.imports.project.mapper   
 

Uses of SimpleProjectImportIdMapper in com.atlassian.jira.imports.project.mapper
 

Classes in com.atlassian.jira.imports.project.mapper that implement SimpleProjectImportIdMapper
 class GroupMapper
          Maps groups from old to new system.
 class SimpleProjectImportIdMapperImpl
           
 

Methods in com.atlassian.jira.imports.project.mapper that return SimpleProjectImportIdMapper
 SimpleProjectImportIdMapper ProjectImportMapper.getChangeGroupMapper()
          Gets a ProjectImportIdMapper that maps the change group id's from the old backup project data to the id's generated when adding the change group data to the new JIRA instance.
 SimpleProjectImportIdMapper ProjectImportMapper.getComponentMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the project components "in-use" (required) by the backup projects data.
 SimpleProjectImportIdMapper ProjectImportMapper.getIssueMapper()
          Gets a ProjectImportIdMapper that maps the issue id's from the old backup project data to the id's generated when adding the issue data to the new JIRA instance.
 SimpleProjectImportIdMapper ProjectImportMapper.getIssueSecurityLevelMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue security levels "in-use" (required) by the backup projects data.
 SimpleProjectImportIdMapper ProjectImportMapper.getPriorityMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue priorities "in-use" (required) by the backup projects data.
 SimpleProjectImportIdMapper ProjectImportMapper.getProjectMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the projects from the backup file and the mapped projects in the current JIRA instance.
 SimpleProjectImportIdMapper ProjectImportMapper.getProjectRoleMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the project roles "in-use" (required) by the backup projects data.
 SimpleProjectImportIdMapper ProjectImportMapper.getResolutionMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue resolutions "in-use" (required) by the backup projects data.
 SimpleProjectImportIdMapper ProjectImportMapper.getVersionMapper()
          Gets a ProjectImportIdMapper which, when fully populated, indicates all the project versions "in-use" (required) by the backup projects data.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.