public class

SuperBatchInvalidator

extends Object
implements InitializingComponent
java.lang.Object
   ↳ com.atlassian.jira.plugin.webresource.SuperBatchInvalidator

Class Overview

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).

Summary

Public Constructors
SuperBatchInvalidator(ApplicationProperties applicationProperties, EventPublisher eventPublisher)
Public Methods
void afterInstantiation()
@EventListener void dataImportFinished(DataImportFinishedEvent ignore)
@EventListener void pluginFrameworkStarted(PluginFrameworkStartedEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.InitializingComponent

Public Constructors

public SuperBatchInvalidator (ApplicationProperties applicationProperties, EventPublisher eventPublisher)

Public Methods

public void afterInstantiation ()

Throws
Exception

@EventListener public void dataImportFinished (DataImportFinishedEvent ignore)

@EventListener public void pluginFrameworkStarted (PluginFrameworkStartedEvent event)