Class CustomFieldOptionMapper
java.lang.Object
com.atlassian.jira.imports.project.mapper.AbstractMapper
com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
- All Implemented Interfaces:
ProjectImportIdMapper
Used to map custom field options from a backup project to an existing project.
- Since:
- v3.13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
flagValueAsRequired
(String oldCustomFieldOptionId) This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.getChildOptions
(String parentOptionId) getCustomFieldOption
(String oldId) getParentOptions
(String fieldConfigId) void
registerOldValue
(ExternalCustomFieldOption customFieldOption) Methods inherited from class com.atlassian.jira.imports.project.mapper.AbstractMapper
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, mapValue, registerOldValue
-
Constructor Details
-
CustomFieldOptionMapper
public CustomFieldOptionMapper()
-
-
Method Details
-
registerOldValue
-
getCustomFieldOption
-
getParentOptions
-
getChildOptions
-
flagValueAsRequired
Description copied from class:AbstractMapper
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes. MapperHandlers should call the public method specific to the concrete class they use.- Overrides:
flagValueAsRequired
in classAbstractMapper
- Parameters:
oldCustomFieldOptionId
- The ID of the required object from the import file.
-