Class PluginModulePersistentEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginModuleEvent
com.atlassian.plugin.event.events.PluginModulePersistentEvent
- Direct Known Subclasses:
PluginModuleDisabledEvent,PluginModuleDisablingEvent
Base class for events with persistent flag in addition to ModuleDescriptor context.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginModuleEvent
getModule, toString
-
Constructor Details
-
PluginModulePersistentEvent
-
-
Method Details
-
isPersistent
public boolean isPersistent()- Returns:
trueif this disabling will be persistent, i.e. it is not a transient, such as for an upgrade.- Since:
- 2.8.0 (originally in PluginModuleDisabledEvent); moved here in 4.0.0
-