com.atlassian.jira.plugin.ClusterAwareJiraPluginController |
Known Indirect Subclasses
|
Class Overview
Use this interface for managing plugins on ONLY the local node.
Oprerations performed through this interface will not be relayed across the cluster.
Public Methods
public
void
disablePluginLocalOnly
(String key)
public
void
disablePluginModuleLocalOnly
(String completeKey)
public
void
enablePluginModuleLocalOnly
(String completeKey)
public
void
enablePluginsLocalOnly
(String... keys)
public
void
uninstallLocalOnly
(Plugin plugin)