Uses of Class
com.atlassian.confluence.event.events.plugin.PluginFrameworkStartedEvent
-
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.impl.health
Methods in com.atlassian.confluence.impl.health with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
PluginFrameworkStartedHealthCheckListener. onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.impl.index
Methods in com.atlassian.confluence.impl.index with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
DefaultIndexRecoveryService. onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent ignored)
All plugins (including analytics) have been started successfully. -
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.impl.spring
Methods in com.atlassian.confluence.impl.spring with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
CachedIntrospectionResultsFlusher. onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.impl.struts
Methods in com.atlassian.confluence.impl.struts with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
StrutsStateChangeListener. handle(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.impl.webresource
Methods in com.atlassian.confluence.impl.webresource with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
ConfluenceCDNStrategyFactory. onPluginFrameworkStarted(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
PluginEventLogger. handleEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.plugin.webresource
Methods in com.atlassian.confluence.plugin.webresource with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
PluginCounterInvalidatorListener. handlePluginFrameworkStartedEvent(PluginFrameworkStartedEvent pluginFrameworkStartedEvent)
We get notified of every single plugin module during startup, since we are only interested in changes after we are started we track the status of the startup. -
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.plugins.graphql.resource
Methods in com.atlassian.confluence.plugins.graphql.resource with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
ConfluenceGraphQLRestEndpoint. handleEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.renderer
Methods in com.atlassian.confluence.renderer with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
UserMacroLibrary. pluginSystemStarted(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
SearchResultRendererCacheUpdater. handleEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
CachingI18NBeanFactory. onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
DefaultConfluenceMonitoringController. onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent event)
-
Uses of PluginFrameworkStartedEvent in com.atlassian.confluence.util.velocity
Methods in com.atlassian.confluence.util.velocity with parameters of type PluginFrameworkStartedEvent Modifier and Type Method Description void
ConfluenceVelocityResourceCachePluginListener. handleEvent(PluginFrameworkStartedEvent event)
-