Package | Description |
---|---|
com.atlassian.jira.imports.project.mapper | |
com.atlassian.jira.imports.project.validation |
Modifier and Type | Method and Description |
---|---|
StatusMapper |
ProjectImportMapperImpl.getStatusMapper() |
StatusMapper |
ProjectImportMapper.getStatusMapper()
Gets a StatusMapper which, when fully populated, indicates all the issue statuses "in-use" (required) by the backup projects
data.
|
Modifier and Type | Method and Description |
---|---|
void |
AutomaticDataMapper.mapStatuses(BackupProject backupProject,
StatusMapper statusMapper,
IssueTypeMapper issueTypeMapper)
Automatically map Statuses in the given mapper.
|
void |
AutomaticDataMapperImpl.mapStatuses(BackupProject backupProject,
StatusMapper statusMapper,
IssueTypeMapper issueTypeMapper) |
Modifier and Type | Method and Description |
---|---|
boolean |
StatusMapperValidatorImpl.isStatusValid(String oldStatusId,
Status existingStatus,
StatusMapper statusMapper,
IssueTypeMapper issueTypeMapper,
String projectKey) |
boolean |
StatusMapperValidator.isStatusValid(String oldStatusId,
Status existingStatus,
StatusMapper statusMapper,
IssueTypeMapper issueTypeMapper,
String projectKey)
Determines if a Status is valid within the context of the provided project and the provided issue types.
|
MessageSet |
StatusMapperValidatorImpl.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
StatusMapper statusMapper) |
MessageSet |
StatusMapperValidator.validateMappings(I18nHelper i18nHelper,
BackupProject backupProject,
IssueTypeMapper issueTypeMapper,
StatusMapper statusMapper)
Makes sure that the statuses that are required:
exist in the current instance
are valid for the issue type registered based on the workflow associated with the project being restored
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.