@ParametersAreNonnullByDefault public class CommentHandlerImpl extends AbstractAuditHandler implements CommentHandler
Constructor and Description |
---|
CommentHandlerImpl(com.atlassian.audit.api.AuditService auditService,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
void |
handleCommentAdded(Comment added) |
void |
handleCommentDeleted(Comment deleted) |
handleException
public CommentHandlerImpl(com.atlassian.audit.api.AuditService auditService, JiraAuthenticationContext authenticationContext)
public void handleCommentDeleted(Comment deleted)
handleCommentDeleted
in interface CommentHandler
public void handleCommentAdded(@Nonnull Comment added)
handleCommentAdded
in interface CommentHandler
Copyright © 2002-2022 Atlassian. All Rights Reserved.