Uses of Enum Class
com.atlassian.plugin.PluginState
Packages that use PluginState
Package
Description
This package contains events that will be fired by the framework.
-
Uses of PluginState in com.atlassian.plugin
Methods in com.atlassian.plugin that return PluginStateModifier and TypeMethodDescriptionDummyPlugin.getPluginState()Plugin.getPluginState()Returns this plugin's current state.static PluginStateReturns the enum constant of this class with the specified name.static PluginState[]PluginState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PluginState in com.atlassian.plugin.event.events
Methods in com.atlassian.plugin.event.events that return PluginStateModifier and TypeMethodDescriptionPluginDependentsChangedEvent.getState()End state of plugin that caused this event.Constructors in com.atlassian.plugin.event.events with parameters of type PluginStateModifierConstructorDescriptionPluginDependentsChangedEvent(Plugin plugin, PluginState state, List<Plugin> disabled, List<Plugin> cycled)