| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.event.events |
This package contains events that will be fired by the framework.
|
| 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,
List<Plugin> disabled,
List<Plugin> cycled) |
Copyright © 2020 Atlassian. All rights reserved.