public class ChangeGroupTransformerImpl extends Object implements ChangeGroupTransformer
Constructor and Description |
---|
ChangeGroupTransformerImpl() |
Modifier and Type | Method and Description |
---|---|
ExternalChangeGroup |
transform(ProjectImportMapper projectImportMapper,
ExternalChangeGroup changeGroup)
Transforms an ExternalChangeGroup based on the project import mapper that is provided.
|
public ExternalChangeGroup transform(ProjectImportMapper projectImportMapper, ExternalChangeGroup changeGroup)
ChangeGroupTransformer
Note that the ID is left as null, as the new ID will not be known until the object is created.
transform
in interface ChangeGroupTransformer
projectImportMapper
- a fully mapped and validated ProjectImportMapperchangeGroup
- the external ChangeGroup that contains all the old values that need to be transformed and other values
that should be stored that need no transformation.Copyright © 2002-2019 Atlassian. All Rights Reserved.