com.atlassian.plugin.event.events
Class BeforePluginModuleDisabledEvent
java.lang.Object
com.atlassian.plugin.event.events.BeforePluginModuleDisabledEvent
public class BeforePluginModuleDisabledEvent
- extends Object
Event fired when a plugin module is about to be disabled, which can also happen when its
plugin is about to be disabled or uninstalled.
- See Also:
com.atlassian.plugin.event.events
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeforePluginModuleDisabledEvent
public BeforePluginModuleDisabledEvent(ModuleDescriptor<?> module,
boolean persistent)
getModule
public ModuleDescriptor<?> getModule()
isPersistent
public boolean isPersistent()
- Returns:
true if this disabling will be persistent, i.e. it is not a transient, such as for an
upgrade.
Copyright © 2014 Atlassian. All rights reserved.