| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.event.events |
This package contains events that will be fired by the framework.
|
| com.atlassian.plugin.impl | |
| com.atlassian.plugin.osgi.factory |
Deployers for OSGi-related plugins
|
| Modifier and Type | Method and Description |
|---|---|
PluginState |
Plugin.getPluginState()
Returns this plugin's current state.
|
PluginState |
DummyPlugin.getPluginState() |
static PluginState |
PluginState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginState[] |
PluginState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PluginState |
PluginDependentsChangedEvent.getState()
End state of plugin that caused this event.
|
| Constructor and Description |
|---|
PluginDependentsChangedEvent(Plugin plugin,
PluginState state,
Set<Plugin> disabled,
Set<Plugin> cycled) |
| Modifier and Type | Method and Description |
|---|---|
protected PluginState |
AbstractPlugin.enableInternal()
Perform any internal enabling logic.
|
PluginState |
AbstractPlugin.getPluginState() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractPlugin.compareAndSetPluginState(PluginState requiredExistingState,
PluginState desiredState)
Only sets the plugin state if it is in the expected state.
|
protected void |
AbstractPlugin.setPluginState(PluginState state) |
| Modifier and Type | Method and Description |
|---|---|
protected PluginState |
OsgiBundlePlugin.enableInternal() |
protected PluginState |
OsgiPlugin.enableInternal()
Enables the plugin by setting the OSGi bundle state to enabled.
|
Copyright © 2019 Atlassian. All rights reserved.