Class PluginDependentsChangedEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginEvent
com.atlassian.plugin.event.events.PluginDependentsChangedEvent
Event fired after dependent plugins have changed their state in response to a change in this plugin's state i.e.
install, enable, uninstall, disable.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginDependentsChangedEvent(Plugin plugin, PluginState state, List<Plugin> disabled, List<Plugin> cycled) -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginEvent
getPlugin
-
Constructor Details
-
PluginDependentsChangedEvent
-
-
Method Details
-
getState
End state of plugin that caused this event.- Returns:
- one of
PluginState.INSTALLED,PluginState.ENABLED,PluginState.UNINSTALLED,PluginState.DISABLED
-
getDisabled
Plugins which had their state changed from enabled to disabled- Returns:
- possibly empty list
-
getCycled
Plugins which had their state changed from enabled to disabled to enabled- Returns:
- possibly empty list
-
toString
- Overrides:
toStringin classPluginEvent
-