public class

VoterTransformerImpl

extends Object
implements VoterTransformer
java.lang.Object
   ↳ com.atlassian.jira.imports.project.transformer.VoterTransformerImpl

Summary

Public Constructors
VoterTransformerImpl()
Public Methods
ExternalVoter transform(ProjectImportMapper projectImportMapper, ExternalVoter voter)
Transforms an ExternalVoter based on the project import mapper that is provided.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.imports.project.transformer.VoterTransformer

Public Constructors

public VoterTransformerImpl ()

Public Methods

public ExternalVoter transform (ProjectImportMapper projectImportMapper, ExternalVoter voter)

Transforms an ExternalVoter 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
voter the external voter 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 ExternalVoter that contains the transformed values based on the projectImportMapper, null if the issue id has not been mapped.