| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.impl |
| Modifier and Type | Method and Description |
|---|---|
PluginState |
Plugin.getPluginState()
Returns this plugin's current state.
|
static PluginState |
PluginState.valueOf(java.lang.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 |
|---|---|
protected PluginState |
AbstractPlugin.enableInternal()
Perform any internal enabling logic.
|
PluginState |
AbstractDelegatingPlugin.getPluginState() |
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) |
Copyright © 2013 Atlassian. All Rights Reserved.