Modifier and Type | Field and Description |
---|---|
static Plugin |
AbstractConfluenceAcceptanceTest.ONBOARDING_PLUGIN |
Modifier and Type | Method and Description |
---|---|
void |
DarkFeaturesHelper.enableDarkFeatureModules(com.google.common.collect.Multimap<Plugin,String> pluginModules,
boolean enable)
Dark features can be implemented by using disabled plugin modules, this method
provides a way for tests to enable a set of plugin modules that comprise a dark feature
|
boolean |
DarkFeaturesHelper.isDarkFeatureModulesEnabled(com.google.common.collect.Multimap<Plugin,String> pluginModules)
Dark features can be implemented by using disabled plugin modules, this method queries the state
of a set of dark feature modules.
|
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 | Interface and Description |
---|---|
interface |
UploadablePlugin
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.UploadablePlugin} 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 |
SimplePlugin
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.SimplePlugin} alternative
|
class |
SpringComponentUploadablePlugin
A plugin containing a Spring component which will be loaded from the classpath.
|
Modifier and Type | Field and Description |
---|---|
static Plugin |
TestPlugins.HELP_TIPS_PLUGIN |
static Plugin |
TestPlugins.NPS_PLUGIN |
static Plugin |
TestPlugins.ONBOARDING_PLUGIN |
static Plugin |
PluginConstants.SPACES_PLUGIN |
Modifier and Type | Method and Description |
---|---|
void |
WebTestPluginHelper.disablePlugin(Plugin plugin)
Disable the plugin using its display name.
|
void |
PluginHelper.disablePlugin(Plugin plugin)
Deprecated.
Disable the plugin.
|
void |
PluginHelper.disablePluginModule(Plugin plugin,
String moduleKey)
Deprecated.
|
void |
PluginHelper.disablePluginWithoutPersisting(Plugin plugin)
Deprecated.
Disable the plugin without persisting.
|
void |
WebTestPluginHelper.enablePlugin(Plugin plugin) |
void |
PluginHelper.enablePlugin(Plugin plugin)
Deprecated.
Enable the plugin.
|
void |
PluginHelper.enablePluginModule(Plugin plugin,
String moduleKey)
Deprecated.
|
boolean |
WebTestPluginHelper.isPluginEnabled(Plugin plugin)
Throws an exception if the plugin is not installed.
|
boolean |
PluginHelper.isPluginEnabled(Plugin plugin)
Deprecated.
Returns true if the given plugin is currently enabled, otherwise false.
|
boolean |
WebTestPluginHelper.isPluginInstalled(Plugin plugin) |
boolean |
PluginHelper.isPluginInstalled(Plugin plugin)
Deprecated.
Returns true if the given plugin is currently installed, otherwise false.
|
boolean |
PluginHelper.isPluginModuleEnabled(Plugin plugin,
String moduleKey)
Deprecated.
|
void |
WebTestPluginHelper.uninstallPlugin(Plugin plugin) |
void |
PluginHelper.uninstallPlugin(Plugin plugin)
Deprecated.
Uninstall the plugin as the currently logged in User.
|
Modifier and Type | Method and Description |
---|---|
void |
RpcPluginHelper.disablePlugin(Plugin plugin) |
void |
RpcPluginHelper.disablePluginModule(Plugin plugin,
String moduleKey) |
void |
RpcPluginHelper.disablePluginWithoutPersisting(Plugin plugin) |
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) |
Constructor and Description |
---|
PluginQuartzJob(Plugin plugin,
String jobName) |
Modifier and Type | Method and Description |
---|---|
void |
PluginsRpc.disablePlugin(Plugin plugin) |
void |
PluginsRpc.disablePluginModule(Plugin plugin,
String moduleKey) |
void |
PluginsRpc.enablePlugin(Plugin plugin) |
void |
PluginsRpc.enablePluginModule(Plugin plugin,
String moduleKey) |
boolean |
PluginsRpc.isPluginEnabled(Plugin plugin) |
boolean |
PluginsRpc.isPluginModuleEnabled(Plugin plugin,
String moduleKey) |
void |
PluginsRpc.uninstallPlugin(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
void |
UPM.openManagePage(UPM.OpenManagePluginPageMode openManagePluginPageMode,
Plugin plugin) |
Copyright © 2003–2016 Atlassian. All rights reserved.