@PublicApi public class StatusMapper extends AbstractMapper implements ProjectImportIdMapper, MapperEntityRegister
| Constructor and Description |
|---|
StatusMapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
flagValueAsRequired(String oldId,
String oldIssueTypeId) |
Collection |
getIssueTypeIdsForRequiredStatus(String statusId) |
int |
hashCode() |
void |
registerOldValue(String oldId,
String oldKey)
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
|
String |
toString() |
clearMappedValues, flagValueAsRequired, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValuepublic Collection getIssueTypeIdsForRequiredStatus(String statusId)
public void registerOldValue(String oldId, String oldKey)
AbstractMapperregisterOldValue in interface MapperEntityRegisterregisterOldValue in class AbstractMapperoldId - The ID of the required object from the import file.oldKey - The unique key of the required object from the import file.Copyright © 2002-2018 Atlassian. All Rights Reserved.