public class BeforePluginModuleDisabledEvent extends Object
com.atlassian.plugin.event.events| Constructor and Description |
|---|
BeforePluginModuleDisabledEvent(ModuleDescriptor<?> module,
boolean persistent) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDescriptor<?> |
getModule() |
boolean |
isPersistent() |
public BeforePluginModuleDisabledEvent(ModuleDescriptor<?> module, boolean persistent)
public ModuleDescriptor<?> getModule()
public boolean isPersistent()
true if this disabling will be persistent, i.e. it is not a transient, such as for an
upgrade.Copyright © 2015 Atlassian. All rights reserved.