@PublicApi public class IssueTypeMapper extends AbstractMapper implements ProjectImportIdMapper
Constructor and Description |
---|
IssueTypeMapper() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
flagValueAsRequired(String oldId)
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
|
int |
hashCode() |
boolean |
isSubTask(String id) |
void |
registerOldValue(String oldId,
String oldKey,
boolean subTask) |
String |
toString() |
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValue, registerOldValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValue
public boolean isSubTask(String id)
public void flagValueAsRequired(String oldId)
AbstractMapper
flagValueAsRequired
in class AbstractMapper
oldId
- The ID of the required object from the import file.Copyright © 2002-2023 Atlassian. All Rights Reserved.