public interface MapperEntityRegister
Modifier and Type | Method and Description |
---|---|
void |
registerOldValue(String oldId,
String oldKey)
This method registers a value from the backup system as a value that can then be mapped in this Mapper.
|
void registerOldValue(String oldId, String oldKey)
oldId
- the string representation of the id of the backup valueoldKey
- the string representation of a descriptive value (key) representing the id (e.g. HSP-1 for an issue, or Bug for an issue type).Copyright © 2002-2018 Atlassian. All Rights Reserved.