Uses of Interface
ru.slie.luna.issue.comment.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in ru.slie.luna.activity
Methods in ru.slie.luna.activity that return Comment -
Uses of Comment in ru.slie.luna.event
Methods in ru.slie.luna.event that return CommentMethods in ru.slie.luna.event with parameters of type CommentModifier and TypeMethodDescriptionvoidIssueEventManager.dispatchEvent(long eventTypeId, IssueEventSource source, User initiator, Issue issue, Comment comment, Worklog worklog, ChangeGroup changeGroup, Map<String, Object> params, boolean sendNotify) -
Uses of Comment in ru.slie.luna.issue.comment
Methods in ru.slie.luna.issue.comment that return CommentModifier and TypeMethodDescriptionMethods in ru.slie.luna.issue.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentManager.getByIds(Collection<Long> commentIds) CommentManager.getForIssue(Issue issue) CommentManager.getForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) CommentManager.search(CommentsSearchParams searchParams) Methods in ru.slie.luna.issue.comment with parameters of type Comment -
Uses of Comment in ru.slie.luna.mail.incoming.handler
Methods in ru.slie.luna.mail.incoming.handler that return types with arguments of type CommentModifier and TypeMethodDescriptionMessageHandlerHelper.createComment(jakarta.mail.Message message, User commentAuthor, Issue issue, boolean createAttachments)