public interface CommentHandler
Modifier and Type | Method and Description |
---|---|
void |
handleCommentAdded(Comment added) |
void |
handleCommentDeleted(Comment deleted) |
void |
handleCommentLimited(Issue issue,
ApplicationUser author,
String body,
long limitValue)
Handle when adding comment is declined because it would exceed a configured Safeguards limit.
|
void handleCommentLimited(@Nonnull Issue issue, ApplicationUser author, String body, long limitValue)
issue
- the parent Issueauthor
- the User specified as the author of the declined commentbody
- the body of the declined commentlimitValue
- the currently configured value of the Safeguards limitCopyright © 2002-2024 Atlassian. All Rights Reserved.