public class CustomFieldValueTransformerImpl extends Object implements CustomFieldValueTransformer
| Constructor and Description |
|---|
CustomFieldValueTransformerImpl(CustomFieldManager customFieldManager) |
| Modifier and Type | Method and Description |
|---|---|
ExternalCustomFieldValue |
transform(ProjectImportMapper projectImportMapper,
ExternalCustomFieldValue externalCustomFieldValue,
Long newProjectId)
Transforms a custom field value by letting the custom field tell us what the value (and optionally parent value)
should be transformed into.
|
public CustomFieldValueTransformerImpl(CustomFieldManager customFieldManager)
public ExternalCustomFieldValue transform(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue externalCustomFieldValue, Long newProjectId)
CustomFieldValueTransformertransform in interface CustomFieldValueTransformerprojectImportMapper - a fully populated and validated project import mapperexternalCustomFieldValue - the value representing a single custom field value from the backup XMLnewProjectId - the id of the project, in this JIRA instance, that the data is being imported intoCopyright © 2002-2016 Atlassian. All Rights Reserved.