Package | Description |
---|---|
com.atlassian.jira.imports.project.mapper |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleProjectImportIdMapper
Defines a value mapper used for project import.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends ProjectImportIdMapper> |
ProjectImportMapperImpl.getNamedIdMapper(String name) |
<T extends ProjectImportIdMapper> |
ProjectImportMapper.getNamedIdMapper(String name)
Get a mapper from the list of mappers.
|
Modifier and Type | Method and Description |
---|---|
ProjectImportIdMapper |
ProjectImportMapperImpl.putNamedIdMapper(String name,
ProjectImportIdMapper mapper) |
ProjectImportIdMapper |
ProjectImportMapper.putNamedIdMapper(String name,
ProjectImportIdMapper mapper)
Add a mapper to the list of mappers.
|
Modifier and Type | Method and Description |
---|---|
ProjectImportIdMapper |
ProjectImportMapperImpl.putNamedIdMapper(String name,
ProjectImportIdMapper mapper) |
ProjectImportIdMapper |
ProjectImportMapper.putNamedIdMapper(String name,
ProjectImportIdMapper mapper)
Add a mapper to the list of mappers.
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.