| 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 |
PluginModuleAvailableEvent
Signifies a plugin module is now available outside the usual installation process.
|
class |
PluginModuleDisabledEvent
Event fired when a plugin module is disabled, which can also happen when its
plugin is disabled or uninstalled.
|
class |
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.
|
class |
PluginModuleEnabledEvent
Event fired when a plugin module is enabled, which can also happen when its
plugin is enabled or installed.
|
class |
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.
|
class |
PluginModulePersistentEvent
Base class for events with persistent flag in addition to ModuleDescriptor context.
|
class |
PluginModuleUnavailableEvent
Signifies a plugin module is now unavailable outside the usual installation process.
|
Copyright © 2020 Atlassian. All rights reserved.