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 TypeMethodDescriptionvoidIssueEventPublisher.issueEvent(User user, Issue issue, IssueEventType issueEventType, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify) voidIssueEventPublisher.issueUpdated(User user, Issue issue, ChangeGroup changes, Comment comment, boolean pushEvent, 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)