public interface WorklogTransformer
Modifier and Type | Method and Description |
---|---|
ExternalWorklog |
transform(ProjectImportMapper projectImportMapper,
ExternalWorklog worklog)
Transforms an ExternalWorklog based on the project import mapper that is provided.
|
ExternalWorklog transform(ProjectImportMapper projectImportMapper, ExternalWorklog worklog)
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 ProjectImportMapperworklog
- the external worklog 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.