Uses of Class
com.atlassian.plugin.event.events.PluginEvent
Packages that use PluginEvent
Package
Description
This package contains events that will be fired by the framework.
-
Uses of PluginEvent in com.atlassian.plugin.event.events
Subclasses of PluginEvent in com.atlassian.plugin.event.eventsModifier and TypeClassDescriptionclassEvent fired after dependent plugins have changed their state in response to a change in this plugin's state i.e.classEvent that signifies a plugin has been disabled, uninstalled, or updated.classEvent fired before a plugin is disabled.classEvent fired when a plugin is enabled, installed, or updated.classEvent fired before a Plugin is enabled.classEvent fired after a plugin is installed at runtime.classEvent fired before a plugin is installed at runtime.classEvent fired when the plugin has been refreshed with no user interaction.classEvent fired when a plugin is explicitly uninstalled (as opposed to as part of an upgrade).classEvent fired before a plugin is explicitly uninstalled (as opposed to as part of an upgrade).classEvent fired after a plugin is upgraded at runtime.classEvent fired before a plugin is upgraded at runtime.