public interface CommentTransformer
Modifier and Type | Method and Description |
---|---|
ExternalComment |
transform(ProjectImportMapper projectImportMapper,
ExternalComment comment)
Transforms an ExternalComment based on the project import mapper that is provided.
|
ExternalComment transform(ProjectImportMapper projectImportMapper, ExternalComment comment)
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 ProjectImportMappercomment
- the external comment that contains all the old values that need to be transformed and other values
that should be stored that need no transformation.Copyright © 2002-2022 Atlassian. All Rights Reserved.