public interface LabelTransformer
Modifier and Type | Method and Description |
---|---|
ExternalLabel |
transform(ProjectImportMapper projectImportMapper,
ExternalLabel label)
Transforms an ExternalLabel based on the project import mapper that is provided.
|
ExternalLabel transform(ProjectImportMapper projectImportMapper, ExternalLabel label)
Note that the ID is left as null, as the new ID will not be known until the object is created.
projectImportMapper
- a fully mapped and validated ProjectImportMapperlabel
- the external label that contains all the old values that need to be transformed and other values
that should be stored that need no transformation.Copyright © 2002-2017 Atlassian. All Rights Reserved.