| Package | Description |
|---|---|
| com.atlassian.plugin.event.events |
This package contains events that will be fired by the framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginDependentsChangedEvent
Event fired after dependent plugins have changed their state in response to a change in this plugin's state i.e.
|
class |
PluginDisabledEvent
Event that signifies a plugin has been disabled, uninstalled, or updated.
|
class |
PluginDisablingEvent
Event fired before a plugin is disabled.
|
class |
PluginEnabledEvent
Event fired when a plugin is enabled, installed, or updated.
|
class |
PluginEnablingEvent
Event fired before a Plugin is enabled.
|
class |
PluginInstalledEvent
Event fired after a plugin is installed at runtime.
|
class |
PluginInstallingEvent
Event fired before a plugin is installed at runtime.
|
class |
PluginRefreshedEvent
Event fired when the plugin has been refreshed with no user interaction.
|
class |
PluginUninstalledEvent
Event fired when a plugin is explicitly uninstalled (as opposed to as part of an upgrade).
|
class |
PluginUninstallingEvent
Event fired before a plugin is explicitly uninstalled (as opposed to as part of an upgrade).
|
class |
PluginUpgradedEvent
Event fired after a plugin is upgraded at runtime.
|
class |
PluginUpgradingEvent
Event fired before a plugin is upgraded at runtime.
|
Copyright © 2020 Atlassian. All rights reserved.