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
WorklogDTO s 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
WorklogDTO
s for subsequent calls
should be sorted by the id of the issue they belong toExecutionException
Copyright © 2002-2024 Atlassian. All Rights Reserved.