com.atlassian.jira.imports.project.transformer
Interface VersionTransformer

All Known Implementing Classes:
VersionTransformerImpl

public interface VersionTransformer

Used to transform an ExternalNodeAssociation(IssueVersion) based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.

Since:
v3.13

Method Summary
 ExternalNodeAssociation transform(ProjectImportMapper projectImportMapper, ExternalNodeAssociation version)
          Transforms an ExternalNodeAssociation (IssueVersion) based on the project import mapper that is provided.
 

Method Detail

transform

ExternalNodeAssociation transform(ProjectImportMapper projectImportMapper,
                                  ExternalNodeAssociation version)
Transforms an ExternalNodeAssociation (IssueVersion) based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.

Parameters:
projectImportMapper - a fully mapped and validated ProjectImportMapper
version - the external node association that contains all the old values that need to be transformed and other values that should be stored that need no transformation.
Returns:
a new ExternalNodeAssociation that contains the transformed values based on the projectImportMapper. Null if the node association type is not a version type or if the issue or version id's have not been mapped.


Copyright © 2002-2013 Atlassian. All Rights Reserved.