Class PluginFrameworkWarmRestartingEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginFrameworkEvent
com.atlassian.plugin.event.events.PluginFrameworkWarmRestartingEvent
Signals a warm restart of the plugin framework is about to begin.
- Since:
- 2.3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginFrameworkWarmRestartingEvent(PluginController pluginController, PluginAccessor pluginAccessor) -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginFrameworkEvent
getPluginAccessor, getPluginController
-
Constructor Details
-
PluginFrameworkWarmRestartingEvent
public PluginFrameworkWarmRestartingEvent(PluginController pluginController, PluginAccessor pluginAccessor)
-