| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.event | |
| com.atlassian.plugin.module |
| Modifier and Type | Class and Description |
|---|---|
class |
PluginParseException
Parse plugin exception - thrown from code which must parse a plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.disable()
Disables the plugin.
|
void |
DummyPlugin.disable() |
void |
Plugin.enable()
Enables the plugin.
|
void |
DummyPlugin.enable() |
void |
Plugin.install()
Installs the plugin into any internal, managing container.
|
void |
DummyPlugin.install() |
void |
PluginController.revertRestartRequiredChange(String pluginKey)
Restores the state of any plugin requiring a restart that had been removed, upgraded, or installed.
|
void |
Plugin.uninstall()
Uninstalls the plugin from any internal container.
|
void |
DummyPlugin.uninstall() |
void |
PluginController.uninstall(Plugin plugin)
Uninstall the plugin, disabling it first.
|
default void |
PluginController.uninstallPlugins(Collection<Plugin> plugins)
Uninstall multiple plugin, disabling it first.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationException
This is used to wrap one or more exceptions thrown by Plugin Event Listeners on receiving an event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleClassNotFoundException
If a module class could not be found
|
Copyright © 2020 Atlassian. All rights reserved.