Uses of Class
com.atlassian.confluence.event.events.content.blogpost.BlogPostTrashedEvent
-
Packages that use BlogPostTrashedEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.internal.webhooks com.atlassian.confluence.mail.notification.listeners -
-
Uses of BlogPostTrashedEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type BlogPostTrashedEvent Modifier and Type Method Description voidPageContentAuditListener. onBlogPostTrashedEvent(BlogPostTrashedEvent event) -
Uses of BlogPostTrashedEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type BlogPostTrashedEvent Modifier and Type Method Description voidApplicationWebhookEventPublisher. onBlogTrashed(BlogPostTrashedEvent event) -
Uses of BlogPostTrashedEvent in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type BlogPostTrashedEvent Modifier and Type Method Description voidBlogPostNotificationsListener. handleBlogPostEvent(BlogPostTrashedEvent blogEvent)Deprecated.
-