Uses of Class
com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
-
-
Uses of BlogPostCreateEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type BlogPostCreateEvent Modifier and Type Method Description voidPageContentAuditListener. blogPostCreateEvent(BlogPostCreateEvent event) -
Uses of BlogPostCreateEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type BlogPostCreateEvent Modifier and Type Method Description voidApplicationWebhookEventPublisher. onBlogCreated(BlogPostCreateEvent event) -
Uses of BlogPostCreateEvent in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type BlogPostCreateEvent Modifier and Type Method Description voidEdgeListener. onBlogPostCreateEvent(BlogPostCreateEvent blogPostCreateEvent) -
Uses of BlogPostCreateEvent in com.atlassian.confluence.tinymceplugin.listeners
Methods in com.atlassian.confluence.tinymceplugin.listeners with parameters of type BlogPostCreateEvent Modifier and Type Method Description voidPageLayoutCreateListener. onBlogPostCreateEvent(BlogPostCreateEvent event)voidSectionAndColumnMacroCreateListener. onBlogPostCreateEvent(BlogPostCreateEvent event)
-