@ParametersAreNonnullByDefault public class CommentHandlerImpl extends Object 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) |
public CommentHandlerImpl(com.atlassian.audit.api.AuditService auditService,
JiraAuthenticationContext authenticationContext)
public void handleCommentDeleted(Comment deleted)
handleCommentDeleted in interface CommentHandlerpublic void handleCommentAdded(@Nonnull Comment added)
handleCommentAdded in interface CommentHandlerCopyright © 2002-2021 Atlassian. All Rights Reserved.