| Package | Description |
|---|---|
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.manager.store |
| Class and Description |
|---|
| ApplicationDefinedPluginsProvider
Allows to extract the plugin keys defined by 'applications' built on top of a 'product'
This component should be overridden by the host product (if it supports the concept of 'applications')
For example: For the 'JIRA' product, we have applications such as 'JIRA Service Desk', 'JIRA Software', etc.
|
| ClusterEnvironmentProvider
Allows to check if the application (e.g.
|
| DefaultPluginManager
This implementation delegates the initiation and classloading of plugins to a
list of
PluginLoaders and records the
state of plugins in a
PluginPersistentStateStore. |
| DefaultPluginManager.Builder |
| PluginPersistentState
Interface that represents a configuration state for plugins and plugin modules.
|
| PluginPersistentState.Builder
Builder for
PluginPersistentState instances. |
| PluginPersistentStateStore
A wrapper object that the user implements to store the persisted state of plugins.
|
| SafeModeManager
Controls what plugins are enabled when plugins are disabled from start-up using command-line options.
|
| Class and Description |
|---|
| PluginPersistentState
Interface that represents a configuration state for plugins and plugin modules.
|
| PluginPersistentStateStore
A wrapper object that the user implements to store the persisted state of plugins.
|
Copyright © 2020 Atlassian. All rights reserved.