@PublicApi public class PluginDependentsChangedEvent extends PluginEvent
com.atlassian.plugin.event.events| Constructor and Description |
|---|
PluginDependentsChangedEvent(Plugin plugin,
PluginState state,
List<Plugin> disabled,
List<Plugin> cycled) |
| Modifier and Type | Method and Description |
|---|---|
List<Plugin> |
getCycled()
Plugins which had their state changed from enabled to disabled to enabled
|
List<Plugin> |
getDisabled()
Plugins which had their state changed from enabled to disabled
|
PluginState |
getState()
End state of plugin that caused this event.
|
String |
toString() |
getPluginpublic PluginState getState()
PluginState.INSTALLED, PluginState.ENABLED, PluginState.UNINSTALLED, PluginState.DISABLEDpublic List<Plugin> getDisabled()
public List<Plugin> getCycled()
public String toString()
toString in class PluginEventCopyright © 2020 Atlassian. All rights reserved.