public interface ChangeGroupTransformer
Modifier and Type | Method and Description |
---|---|
ExternalChangeGroup |
transform(ProjectImportMapper projectImportMapper,
ExternalChangeGroup changeGroup)
Transforms an ExternalChangeGroup based on the project import mapper that is provided.
|
ExternalChangeGroup transform(ProjectImportMapper projectImportMapper, ExternalChangeGroup changeGroup)
Note that the ID is left as null, as the new ID will not be known until the object is created.
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.