Uses of Class
com.atlassian.confluence.event.events.content.comment.CommentCreateEvent
-
Packages that use CommentCreateEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.internal.webhooks com.atlassian.confluence.plugins.edgeindex -
-
Uses of CommentCreateEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type CommentCreateEvent Modifier and Type Method Description voidCommentAuditListener. commentCreateEvent(CommentCreateEvent event) -
Uses of CommentCreateEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type CommentCreateEvent Modifier and Type Method Description voidApplicationWebhookEventPublisher. onCommentCreated(CommentCreateEvent event) -
Uses of CommentCreateEvent in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type CommentCreateEvent Modifier and Type Method Description voidEdgeListener. onCommentCreateEvent(CommentCreateEvent commentEvent)
-