public class PluginModuleDisabledEvent
extends java.lang.Object
com.atlassian.plugin.event.events| Constructor and Description |
|---|
PluginModuleDisabledEvent(ModuleDescriptor module,
boolean persistent) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor |
getModule() |
boolean |
isPersistent() |
public PluginModuleDisabledEvent(ModuleDescriptor module, boolean persistent)
public ModuleDescriptor getModule()
public boolean isPersistent()
true iff this disabling will be persistent, i.e. it is not a transient, such as for an
upgrade.Copyright © 2013 Atlassian. All Rights Reserved.