public class AttachmentTransformerImpl extends Object implements AttachmentTransformer
Constructor and Description |
---|
AttachmentTransformerImpl() |
Modifier and Type | Method and Description |
---|---|
ExternalAttachment |
transform(ProjectImportMapper projectImportMapper,
ExternalAttachment attachment)
Transforms an ExternalAttachment based on the project import mapper that is provided.
|
public ExternalAttachment transform(ProjectImportMapper projectImportMapper, ExternalAttachment attachment)
AttachmentTransformer
transform
in interface AttachmentTransformer
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-2021 Atlassian. All Rights Reserved.