@PublicApi public class PluginDependentsChangedEvent extends PluginEvent
com.atlassian.plugin.event.events| Constructor and Description |
|---|
PluginDependentsChangedEvent(Plugin plugin,
PluginState state,
Set<Plugin> disabled,
Set<Plugin> cycled) |
| Modifier and Type | Method and Description |
|---|---|
Set<Plugin> |
getCycled()
Plugins which had their state changed from enabled to disabled to enabled
|
Set<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 Set<Plugin> getDisabled()
public Set<Plugin> getCycled()
public String toString()
toString in class PluginEventCopyright © 2019 Atlassian. All rights reserved.