Class SuperBatchInvalidator
java.lang.Object
com.atlassian.jira.plugin.webresource.SuperBatchInvalidator
- All Implemented Interfaces:
InitializingComponent
Invalidates cached superbatch when the plugin system finishes starting.
If the superbatch is retrieved during plugin system startup / bootstrap, an incomplete set of dependencies may be cached (JRA-32692).
- Since:
- v6.5
-
Constructor Summary
ConstructorsConstructorDescriptionSuperBatchInvalidator(ApplicationProperties applicationProperties, com.atlassian.event.api.EventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidpluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
-
Constructor Details
-
SuperBatchInvalidator
public SuperBatchInvalidator(ApplicationProperties applicationProperties, com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
afterInstantiation
- Specified by:
afterInstantiationin interfaceInitializingComponent- Throws:
Exception
-
pluginFrameworkStarted
@EventListener public void pluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) -
dataImportFinished
-