Uses of Interface
com.atlassian.jira.issue.comments.MutableComment
Packages that use MutableComment
Package
Description
-
Uses of MutableComment in com.atlassian.jira.bc.issue.comment
Methods in com.atlassian.jira.bc.issue.comment that return MutableCommentModifier and TypeMethodDescriptionCommentService.getMutableComment(ApplicationUser user, Long commentId, ErrorCollection errorCollection) Deprecated.DefaultCommentService.getMutableComment(ApplicationUser user, Long commentId, ErrorCollection errorCollection) Methods in com.atlassian.jira.bc.issue.comment with parameters of type MutableCommentModifier and TypeMethodDescriptionvoidCommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection) Deprecated.voidDefaultCommentService.update(ApplicationUser user, MutableComment comment, boolean dispatchEvent, ErrorCollection errorCollection) -
Uses of MutableComment in com.atlassian.jira.issue.comments
Classes in com.atlassian.jira.issue.comments that implement MutableCommentModifier and TypeClassDescriptionclassRepresents a comment on an issue by a user.classMethods in com.atlassian.jira.issue.comments that return MutableCommentModifier and TypeMethodDescriptionCommentManager.getMutableComment(Long commentId) Retrieves comment by given id and returns it as mutable object.CommentSearchManager.getMutableComment(Long commentId) DefaultCommentManager.getMutableComment(Long commentId) -
Uses of MutableComment in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return MutableComment
CommentService.getCommentById(com.atlassian.jira.user.ApplicationUser, java.lang.Long, com.atlassian.jira.util.ErrorCollection)instead.