@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, registerOldValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValuepublic boolean isSubTask(String id)
public void flagValueAsRequired(String oldId)
AbstractMapperflagValueAsRequired in class AbstractMapperoldId - The ID of the required object from the import file.Copyright © 2002-2016 Atlassian. All Rights Reserved.