Package | Description |
---|---|
com.atlassian.jira.bc.issue.comment | |
com.atlassian.jira.issue.comments | |
com.atlassian.jira.web.action.issue |
Modifier and Type | Method and Description |
---|---|
MutableComment |
DefaultCommentService.getMutableComment(ApplicationUser user,
Long commentId,
ErrorCollection errorCollection) |
MutableComment |
CommentService.getMutableComment(ApplicationUser user,
Long commentId,
ErrorCollection errorCollection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCommentService.update(ApplicationUser user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection) |
void |
CommentService.update(ApplicationUser user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentImpl
Represents a comment on an issue by a user.
|
class |
MockComment |
Modifier and Type | Method and Description |
---|---|
MutableComment |
DefaultCommentManager.getMutableComment(Long commentId) |
MutableComment |
CommentSearchManager.getMutableComment(Long commentId) |
MutableComment |
CommentManager.getMutableComment(Long commentId)
Retrieves comment by given id and returns it as mutable object.
|
Modifier and Type | Method and Description |
---|---|
MutableComment |
EditComment.getCommentObject() |
Copyright © 2002-2018 Atlassian. All Rights Reserved.