@ParametersAreNonnullByDefault public class ActionDTOToCommentConverter extends Object
| Constructor and Description |
|---|
ActionDTOToCommentConverter(ProjectRoleManager projectRoleManager,
IssueManager issueManager,
UserManager userManager) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
convert(ActionDTO action)
Note: for optimal performance ActionDTOs for subsequent calls should be sorted by
their issue id - this way the number of calls to database is reduced
|
Comment |
convert(ActionDTO actionDTO,
Issue issue) |
public ActionDTOToCommentConverter(ProjectRoleManager projectRoleManager, IssueManager issueManager, UserManager userManager)
public Comment convert(ActionDTO action) throws ExecutionException
ExecutionExceptionCopyright © 2002-2022 Atlassian. All Rights Reserved.