package

com.atlassian.confluence.it.plugin

Interfaces

Plugin Encapsulates the details of a plugin used for testing. 
PluginHelper Provides methods for administering Confluence plugins via the web interface for testing purposes. 
UploadablePlugin A plugin that can be uploaded into Confluence via the web interface. 

Classes

ClasspathUploadablePlugin An uploadable plugin that can be loaded as a classpath resource via getResource(String)
FuncTestRpcPlugin  
SimplePlugin Provides the key and display name of a plugin. 
SpringComponentUploadablePlugin A plugin containing a Spring component which will be loaded from the classpath. 
WebTestPluginHelper Uses its own WebTester to perform and test administrative actions on a server with a given base url.