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 void
PageContentAuditListener. 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 void
ApplicationWebhookEventPublisher. 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 void
BlogPostNotificationsListener. handleBlogPostEvent(BlogPostTrashedEvent blogEvent)
Deprecated.
-