public class SuperBatchInvalidator extends Object implements InitializingComponent
If the superbatch is retrieved during plugin system startup / bootstrap, an incomplete set of dependencies may be cached (JRA-32692).
Constructor and Description |
---|
SuperBatchInvalidator(ApplicationProperties applicationProperties,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
afterInstantiation() |
void |
dataImportFinished(DataImportFinishedEvent ignore) |
void |
pluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) |
public SuperBatchInvalidator(ApplicationProperties applicationProperties, com.atlassian.event.api.EventPublisher eventPublisher)
public void afterInstantiation() throws Exception
afterInstantiation
in interface InitializingComponent
Exception
@EventListener public void pluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
@EventListener public void dataImportFinished(DataImportFinishedEvent ignore)
Copyright © 2002-2021 Atlassian. All Rights Reserved.