public interface AttachmentTransformer
Modifier and Type | Method and Description |
---|---|
ExternalAttachment |
transform(ProjectImportMapper projectImportMapper,
ExternalAttachment attachment)
Transforms an ExternalAttachment based on the project import mapper that is provided.
|
ExternalAttachment transform(ProjectImportMapper projectImportMapper, ExternalAttachment attachment)
projectImportMapper
- a fully mapped and validated ProjectImportMapperattachment
- the external attachment 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.