@PublicApi public interface SimpleProjectImportIdMapper extends ProjectImportIdMapper, MapperEntityRegister
Modifier and Type | Method and Description |
---|---|
void |
flagValueAsRequired(String oldId)
Flags an old value, which should eventually be registered via
MapperEntityRegister.registerOldValue(String, String) , such
that this mapper will indicate that the value MUST be mapped to a new value. |
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValue
registerOldValue
void flagValueAsRequired(String oldId)
MapperEntityRegister.registerOldValue(String, String)
, such
that this mapper will indicate that the value MUST be mapped to a new value.oldId
- the string representation for the id of the backup value.Copyright © 2002-2023 Atlassian. All Rights Reserved.