Package | Description |
---|---|
com.atlassian.jira.imports.project.parser | |
com.atlassian.jira.imports.project.transformer |
Modifier and Type | Method and Description |
---|---|
ExternalWorklog |
WorklogParser.parse(Map attributes)
Parses the worklog data from the backup XML.
|
ExternalWorklog |
WorklogParserImpl.parse(Map attributes) |
Modifier and Type | Method and Description |
---|---|
EntityRepresentation |
WorklogParser.getEntityRepresentation(ExternalWorklog worklog)
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the
provided worklog.
|
EntityRepresentation |
WorklogParserImpl.getEntityRepresentation(ExternalWorklog worklog) |
Modifier and Type | Method and Description |
---|---|
ExternalWorklog |
WorklogTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalWorklog worklog)
Transforms an ExternalWorklog based on the project import mapper that is provided.
|
ExternalWorklog |
WorklogTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalWorklog oldWorklog) |
Modifier and Type | Method and Description |
---|---|
ExternalWorklog |
WorklogTransformer.transform(ProjectImportMapper projectImportMapper,
ExternalWorklog worklog)
Transforms an ExternalWorklog based on the project import mapper that is provided.
|
ExternalWorklog |
WorklogTransformerImpl.transform(ProjectImportMapper projectImportMapper,
ExternalWorklog oldWorklog) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.