See: Description
| Class | Description |
|---|---|
| PluginContainerFailedEvent |
Event thrown when the container a plugin is installed into either rejects the plugin or fails altogether.
|
| PluginContainerRefreshedEvent |
Event for when the container a plugin is installed into has been refreshed.
|
| PluginContainerUnavailableEvent |
Event for when the container of a plugin is been shutdown, usually as a result of the OSGi bundle being stopped.
|
| PluginDependentsChangedEvent |
Event fired after dependent plugins have changed their state in response to a change in this plugin's state i.e.
|
| PluginDisabledEvent |
Event that signifies a plugin has been disabled, uninstalled, or updated.
|
| PluginDisablingEvent |
Event fired before a plugin is disabled.
|
| PluginEnabledEvent |
Event fired when a plugin is enabled, installed, or updated.
|
| PluginEnablingEvent |
Event fired before a Plugin is enabled.
|
| PluginEvent |
Base class for events with Plugin context.
|
| PluginFrameworkDelayedEvent |
Event that signifies the plugin framework is delayed after early startup and is waiting
to commence late startup.
|
| PluginFrameworkEvent |
Base class for events with plugin framework context.
|
| PluginFrameworkResumingEvent |
Event that signifies the plugin framework has resumed initialization in response to lateStartup.
|
| PluginFrameworkShutdownEvent |
Event that signifies the plugin framework has been shutdown.
|
| PluginFrameworkShuttingDownEvent |
Event that signifies the plugin framework is about to be shutdown.
|
| PluginFrameworkStartedEvent |
Event that signifies the plugin framework has been started and initialized.
|
| PluginFrameworkStartingEvent |
Event that signifies the plugin framework is being started.
|
| PluginFrameworkWarmRestartedEvent |
Signals a warm restart of the plugin framework has been completed.
|
| PluginFrameworkWarmRestartingEvent |
Signals a warm restart of the plugin framework is about to begin.
|
| PluginInstalledEvent |
Event fired after a plugin is installed at runtime.
|
| PluginInstallingEvent |
Event fired before a plugin is installed at runtime.
|
| PluginModuleAvailableEvent |
Signifies a plugin module is now available outside the usual installation process.
|
| PluginModuleDisabledEvent |
Event fired when a plugin module is disabled, which can also happen when its
plugin is disabled or uninstalled.
|
| PluginModuleDisablingEvent |
Event fired when a plugin module is about to be disabled, which can also happen when its
plugin is about to be disabled or uninstalled.
|
| PluginModuleEnabledEvent |
Event fired when a plugin module is enabled, which can also happen when its
plugin is enabled or installed.
|
| PluginModuleEnablingEvent |
Event fired when a plugin module is about to be enabled, which can also happen when its
plugin is about to be enabled or installed.
|
| PluginModuleEvent |
Base class for events with ModuleDescriptor context.
|
| PluginModulePersistentEvent |
Base class for events with persistent flag in addition to ModuleDescriptor context.
|
| PluginModuleUnavailableEvent |
Signifies a plugin module is now unavailable outside the usual installation process.
|
| PluginRefreshedEvent |
Event fired when the plugin has been refreshed with no user interaction.
|
| PluginUninstalledEvent |
Event fired when a plugin is explicitly uninstalled (as opposed to as part of an upgrade).
|
| PluginUninstallingEvent |
Event fired before a plugin is explicitly uninstalled (as opposed to as part of an upgrade).
|
| PluginUpgradedEvent |
Event fired after a plugin is upgraded at runtime.
|
| PluginUpgradingEvent |
Event fired before a plugin is upgraded at runtime.
|
The most useful events are those concerning plugin and modules. This table gives an overview on the key events and when they will and will not fire:
| Event | When fired | When not |
|---|---|---|
| PluginEnabledEvent |
|
|
| PluginDisabledEvent |
|
|
| PluginModuleEnabledEvent |
|
|
| PluginModuleDisabledEvent |
|
|
| PluginUninstalledEvent |
|
|
Copyright © 2019 Atlassian. All rights reserved.