Package | Description |
---|---|
com.atlassian.jira.imports.project.handler | |
com.atlassian.jira.imports.project.mapper | |
com.atlassian.jira.imports.project.validation |
Constructor and Description |
---|
IssueLinkMapperHandler(BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
IssueManager issueManager,
IssueLinkTypeMapper issueLinkTypeMapper) |
Modifier and Type | Method and Description |
---|---|
IssueLinkTypeMapper |
ProjectImportMapperImpl.getIssueLinkTypeMapper() |
IssueLinkTypeMapper |
ProjectImportMapper.getIssueLinkTypeMapper()
Gets a ProjectImportIdMapper that maps the IssueLinkType id's from the old backup project data to the id's
in the current system.
|
Modifier and Type | Method and Description |
---|---|
void |
AutomaticDataMapper.mapIssueLinkTypes(IssueLinkTypeMapper issueLinkTypeMapper)
Populates the issueLinkTypeMapper with the issue link type mappings that are relevant to the backup project.
|
void |
AutomaticDataMapperImpl.mapIssueLinkTypes(IssueLinkTypeMapper issueLinkTypeMapper) |
Modifier and Type | Method and Description |
---|---|
MessageSet |
IssueLinkTypeMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueLinkTypeMapper issueLinkTypeMapper)
This validator makes sure that the IssueLinkTypes that are required:
exist in the current instance
is or is not a subtask link as appropriate
|
MessageSet |
IssueLinkTypeMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueLinkTypeMapper issueLinkTypeMapper) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.