| Modifier and Type | Method and Description |
|---|---|
UploadablePlugin |
CustomContentTestPluginInstaller.install()
Installs the plugin defined in
CustomContentTestPluginInstaller.DEFAULT_PLUGIN_XML, this defines a custom content with the ContentType
key CustomContentTestPluginInstaller.CONTENT_TYPE |
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 |
MavenUploadablePlugin
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenUploadablePlugin} alternative
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathUploadablePlugin
An uploadable plugin that can be loaded as a classpath resource via
ClassLoader.getResource(String). |
class |
SpringComponentUploadablePlugin
A 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.
Don't install any new test plugins in Vertigo.
If you really need to install plugins, make sure to add your plugin key to
the property atlassian.upm.user.installed.p2.override in vertigo-ci.properties.
|
void |
PluginHelper.installPluginIfNotInstalled(UploadablePlugin plugin)
Deprecated.
Equivalent of calling
PluginHelper.isPluginInstalled(Plugin) and PluginHelper.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) |
| Modifier and Type | Method and Description |
|---|---|
UploadablePlugin |
MacroSchemaMigratorPlugin.createMacroSchemaMigratorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
QUnitTestFinder.findIntegrationTests(List<UploadablePlugin> searchPlugins,
String... directories) |
| Constructor and Description |
|---|
QUnitTestCollector(String baseTestDir,
List<UploadablePlugin> searchPlugins) |
Copyright © 2003–2017 Atlassian. All rights reserved.