| Modifier and Type | Method and Description | 
|---|---|
| UploadablePlugin | CustomContentTestPluginInstaller. install() | 
| UploadablePlugin | CustomContentTestPluginInstaller. install(List<Class> additionalPluginClasses,
       String pluginKey,
       String pluginXml)Used for installing a plugin with the test custom content type and any additional plugin classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MavenUploadablePluginDeprecated. 
 Please use confluence-test-utils module instead.
 See {com.atlassian.confluence.test.plugin.maven.MavenUploadablePlugin} alternative | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClasspathUploadablePluginAn uploadable plugin that can be loaded as a classpath resource via  ClassLoader.getResource(String). | 
| class  | SpringComponentUploadablePluginA plugin containing a Spring component which will be loaded from the classpath. | 
| Modifier and Type | Field and Description | 
|---|---|
| static UploadablePlugin | TestPlugins. COMPILATION_MONITOR_PLUGIN | 
| static UploadablePlugin | TestPlugins. FUNCTEST_REST_PLUGIN | 
| static UploadablePlugin | TestPlugins. FUNCTEST_RPC_PLUGIN | 
| static UploadablePlugin | TestPlugins. SCRIPTSFINISHED_PLUGIN | 
| Modifier and Type | Field and Description | 
|---|---|
| static List<UploadablePlugin> | TestPlugins. UPLOADABLE_PLUGINS | 
| Modifier and Type | Method and Description | 
|---|---|
| UploadablePlugin | UploadablePluginBuilder. buildUploadablePlugin()Deprecated.  WARNING: UploadablePlugin may not be completely filled. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | TestPlugins. ensurePluginsEnabled(PluginHelper pluginHelper,
                    UploadablePlugin... plugins) | 
| void | PluginHelper. installPlugin(UploadablePlugin plugin)Deprecated.  Install the plugin as the currently logged in User. | 
| void | PluginHelper. installPluginIfNotInstalled(UploadablePlugin plugin)Deprecated.  Equivalent of calling  PluginHelper.isPluginInstalled(Plugin)andPluginHelper.installPlugin(UploadablePlugin). | 
| Modifier and Type | Method and Description | 
|---|---|
| UploadablePlugin | HelloBlueprintPluginHelper. getHelloBlueprintPlugin() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RpcPluginHelper. installPlugin(UploadablePlugin plugin) | 
| void | RpcPluginHelper. installPluginIfNotInstalled(UploadablePlugin plugin) | 
Copyright © 2003–2021 Atlassian. All rights reserved.