Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
ClasspathUploadablePlugin |
An uploadable plugin that can be loaded as a classpath resource via
ClassLoader.getResource(String) . |
PluginConstants | |
SimplePlugin |
Provides the key and display name of a plugin.
|
SpringComponentUploadablePlugin |
A plugin containing a Spring component which will be loaded from the classpath.
|
TestPlugins |
Helper class to install plugins that are required for testing.
|
UploadablePluginBuilder | |
WebTestPluginHelper |
Uses its own WebTester to perform and test administrative actions on a server with a given base url.
|
Copyright © 2003–2016 Atlassian. All rights reserved.