@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, mapValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clearMappedValues, getAllMappedIds, getDisplayName, getKey, getMappedId, getRegisteredOldIds, getRequiredOldIds, getValuesFromImport, mapValue
public Collection getIssueTypeIdsForRequiredStatus(String statusId)
public void registerOldValue(String oldId, String oldKey)
AbstractMapper
registerOldValue
in interface MapperEntityRegister
registerOldValue
in class AbstractMapper
oldId
- The ID of the required object from the import file.oldKey
- The unique key of the required object from the import file.Copyright © 2002-2021 Atlassian. All Rights Reserved.