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 InitializingComponentException@EventListener public void pluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
@EventListener public void dataImportFinished(DataImportFinishedEvent ignore)
Copyright © 2002-2015 Atlassian. All Rights Reserved.