|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Plugin | |
|---|---|
| com.atlassian.confluence.it.maven | |
| com.atlassian.confluence.it.plugin | |
| com.atlassian.confluence.it.rpc | |
| Uses of Plugin in com.atlassian.confluence.it.maven |
|---|
| Classes in com.atlassian.confluence.it.maven that implement Plugin | |
|---|---|
class |
MavenUploadablePlugin
A plugin to be uploaded into Confluence from the local Maven repository. |
| Uses of Plugin in com.atlassian.confluence.it.plugin |
|---|
| Subinterfaces of Plugin in com.atlassian.confluence.it.plugin | |
|---|---|
interface |
UploadablePlugin
A plugin that can be uploaded into Confluence via the web interface. |
| Classes in com.atlassian.confluence.it.plugin that implement Plugin | |
|---|---|
class |
ClasspathUploadablePlugin
An uploadable plugin that can be loaded as a classpath resource via ClassLoader.getResource(String). |
class |
SimplePlugin
Provides the key and display name of a plugin. |
class |
SpringComponentUploadablePlugin
A plugin containing a Spring component which will be loaded from the classpath. |
| Methods in com.atlassian.confluence.it.plugin with parameters of type Plugin | |
|---|---|
void |
WebTestPluginHelper.disablePlugin(Plugin plugin)
Disable the plugin using its display name. |
void |
PluginHelper.disablePlugin(Plugin plugin)
Disable the plugin. |
void |
WebTestPluginHelper.disablePluginModule(Plugin plugin,
String moduleKey)
Disable the plugin module using the plugin's key and the module's key. |
void |
PluginHelper.disablePluginModule(Plugin plugin,
String moduleKey)
|
void |
WebTestPluginHelper.enablePlugin(Plugin plugin)
|
void |
PluginHelper.enablePlugin(Plugin plugin)
Enable the plugin. |
void |
WebTestPluginHelper.enablePluginModule(Plugin plugin,
String moduleKey)
|
void |
PluginHelper.enablePluginModule(Plugin plugin,
String moduleKey)
|
boolean |
WebTestPluginHelper.isPluginEnabled(Plugin plugin)
|
boolean |
PluginHelper.isPluginEnabled(Plugin plugin)
Returns true if the given plugin is currently enabled, otherwise false. |
boolean |
WebTestPluginHelper.isPluginInstalled(Plugin plugin)
|
boolean |
PluginHelper.isPluginInstalled(Plugin plugin)
Returns true if the given plugin is currently installed, otherwise false. |
boolean |
WebTestPluginHelper.isPluginModuleEnabled(Plugin plugin,
String html)
|
boolean |
PluginHelper.isPluginModuleEnabled(Plugin plugin,
String html)
|
void |
WebTestPluginHelper.uninstallPlugin(Plugin plugin)
|
void |
PluginHelper.uninstallPlugin(Plugin plugin)
Uninstall the plugin as the currently logged in User. |
| Uses of Plugin in com.atlassian.confluence.it.rpc |
|---|
| Methods in com.atlassian.confluence.it.rpc with parameters of type Plugin | |
|---|---|
void |
RpcPluginHelper.disablePlugin(Plugin plugin)
|
void |
RpcPluginHelper.disablePluginModule(Plugin plugin,
String moduleKey)
|
void |
RpcPluginHelper.enablePlugin(Plugin plugin)
|
void |
RpcPluginHelper.enablePluginModule(Plugin plugin,
String moduleKey)
|
boolean |
RpcPluginHelper.isPluginEnabled(Plugin plugin)
|
boolean |
RpcPluginHelper.isPluginInstalled(Plugin plugin)
|
boolean |
RpcPluginHelper.isPluginModuleEnabled(Plugin plugin,
String moduleKey)
|
void |
RpcPluginHelper.uninstallPlugin(Plugin plugin)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||