Uses of Interface
com.atlassian.confluence.it.plugin.Plugin

Packages that use Plugin
com.atlassian.confluence   
com.atlassian.confluence.it.maven   
com.atlassian.confluence.it.plugin   
com.atlassian.confluence.it.rpc   
 

Uses of Plugin in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as Plugin
static Plugin MailArchivingAcceptanceTest.MAIL_ARCHIVING_PLUGIN
           
 

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 PluginHelper.disablePluginModule(Plugin plugin, String moduleKey)
           
 void WebTestPluginHelper.enablePlugin(Plugin plugin)
           
 void PluginHelper.enablePlugin(Plugin plugin)
          Enable the plugin.
 void PluginHelper.enablePluginModule(Plugin plugin, String moduleKey)
           
 boolean WebTestPluginHelper.isPluginEnabled(Plugin plugin)
          Throws an exception if the plugin is not installed.
 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 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)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.