public interface ChangeItemTransformer
Modifier and Type | Method and Description |
---|---|
ExternalChangeItem |
transform(ProjectImportMapper projectImportMapper,
ExternalChangeItem changeItem)
Transforms an ExternalChangeItem based on the project import mapper that is provided.
|
ExternalChangeItem transform(ProjectImportMapper projectImportMapper, ExternalChangeItem changeItem)
Note this will return a null value if the Change Group has not been mapped.
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 ProjectImportMapperchangeItem
- the external ChangeItem that contains all the old values that need to be transformed and other values
that should be stored that need no transformation.Copyright © 2002-2017 Atlassian. All Rights Reserved.