public class WorklogDTOToWorklogConverter extends Object
| Constructor and Description |
|---|
WorklogDTOToWorklogConverter(ProjectRoleManager projectRoleManager,
IssueManager issueManager) |
| Modifier and Type | Method and Description |
|---|---|
Worklog |
convert(WorklogDTO worklogDTO)
Note: for the optimal performance
WorklogDTOs for subsequent calls
should be sorted by the id of the issue they belong to |
public WorklogDTOToWorklogConverter(ProjectRoleManager projectRoleManager, IssueManager issueManager)
public Worklog convert(WorklogDTO worklogDTO) throws ExecutionException
WorklogDTOs for subsequent calls
should be sorted by the id of the issue they belong toExecutionExceptionCopyright © 2002-2022 Atlassian. All Rights Reserved.