Uses of Class
com.atlassian.jira.imports.project.mapper.CustomFieldMapper
Packages that use CustomFieldMapper
Package
Description
- 
Uses of CustomFieldMapper in com.atlassian.jira.imports.project.handlerConstructors in com.atlassian.jira.imports.project.handler with parameters of type CustomFieldMapperModifierConstructorDescriptionCustomFieldMapperHandler(BackupProject backupProject, CustomFieldMapper customFieldMapper, Map<String, CustomFieldValueParser> parsers) 
- 
Uses of CustomFieldMapper in com.atlassian.jira.imports.project.mapperMethods in com.atlassian.jira.imports.project.mapper that return CustomFieldMapperModifier and TypeMethodDescriptionProjectImportMapper.getCustomFieldMapper()Gets a CustomFieldMapper which, when fully populated, indicates all the custom fields "in-use" (required) by the backup projects data.ProjectImportMapperImpl.getCustomFieldMapper()Methods in com.atlassian.jira.imports.project.mapper with parameters of type CustomFieldMapperModifier and TypeMethodDescriptionvoidAutomaticDataMapper.mapCustomFieldOptions(BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, IssueTypeMapper issueTypeMapper) Automatically map custom field options in the given mapper.voidAutomaticDataMapperImpl.mapCustomFieldOptions(BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, IssueTypeMapper issueTypeMapper) Automatically map custom field options in the given mapper.voidAutomaticDataMapper.mapCustomFields(BackupProject backupProject, CustomFieldMapper customFieldMapper, IssueTypeMapper issueTypeMapper) Automatically map Custom Fields in the given mapper.voidAutomaticDataMapperImpl.mapCustomFields(BackupProject backupProject, CustomFieldMapper customFieldMapper, IssueTypeMapper issueTypeMapper) 
- 
Uses of CustomFieldMapper in com.atlassian.jira.imports.project.validationMethods in com.atlassian.jira.imports.project.validation with parameters of type CustomFieldMapperModifier and TypeMethodDescriptionbooleanCustomFieldMapperValidator.customFieldIsValidForRequiredContexts(ExternalCustomFieldConfiguration externalCustomFieldConfiguration, CustomField newCustomField, String oldCustomFieldId, CustomFieldMapper customFieldMapper, IssueTypeMapper issueTypeMapper, String projectKey) Returns true if the new custom field is valid for all the issue types that the old custom field is used from.booleanCustomFieldMapperValidatorImpl.customFieldIsValidForRequiredContexts(ExternalCustomFieldConfiguration externalCustomFieldConfiguration, CustomField newCustomField, String oldCustomFieldId, CustomFieldMapper customFieldMapper, IssueTypeMapper issueTypeMapper, String projectKey) CustomFieldMapperValidator.validateMappings(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper, CustomFieldMapper customFieldMapper) Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.CustomFieldMapperValidatorImpl.validateMappings(I18nHelper i18nHelper, BackupProject backupProject, IssueTypeMapper issueTypeMapper, CustomFieldMapper customFieldMapper) voidCustomFieldOptionMapperValidator.validateMappings(I18nHelper i18nHelper, BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, Map<String, MessageSet> customFieldValueMessageSets) Validates the automatic mappings that have been created to see if the mappings are relevant in the current JIRA instances setup.voidCustomFieldOptionMapperValidatorImpl.validateMappings(I18nHelper i18nHelper, BackupProject backupProject, CustomFieldOptionMapper customFieldOptionMapper, CustomFieldMapper customFieldMapper, Map<String, MessageSet> customFieldValueMessageSets)