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

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

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

Subinterfaces of ProjectImportIdMapper in com.atlassian.jira.imports.project.mapper
 interface SimpleProjectImportIdMapper
          Defines a value mapper used for project import.
 

Classes in com.atlassian.jira.imports.project.mapper that implement ProjectImportIdMapper
 class AbstractMapper
          Abstract mapper that will manage most of the generic data for mappers.
 class CustomFieldMapper
          Mapper for Custom Fields.
 class CustomFieldOptionMapper
          Used to map custom field options from a backup project to an existing project.
 class GroupMapper
          Maps groups from old to new system.
 class IssueLinkTypeMapper
          Holds the mappings for an IssueLinkType.
 class IssueTypeMapper
          The issue type mapper.
 class SimpleProjectImportIdMapperImpl
           
 class StatusMapper
          Allows you to map statuses.
 class UserMapper
          Allows you to map Users.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.