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 voidPluginFrameworkStartedHealthCheckListener. 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 voidDefaultIndexRecoveryService. 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 voidCachedIntrospectionResultsFlusher. 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 voidStrutsStateChangeListener. 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 voidConfluenceCDNStrategyFactory. 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 voidPluginEventLogger. 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 voidPluginCounterInvalidatorListener. 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 voidConfluenceGraphQLRestEndpoint. 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 voidUserMacroLibrary. 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 voidSearchResultRendererCacheUpdater. 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 voidCachingI18NBeanFactory. 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 voidDefaultConfluenceMonitoringController. 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 voidConfluenceVelocityResourceCachePluginListener. handleEvent(PluginFrameworkStartedEvent event)
-