Uses of Interface
com.atlassian.confluence.it.plugin.Plugin
-
-
Uses of Plugin in com.atlassian.confluence.it
Method parameters in com.atlassian.confluence.it with type arguments of type Plugin Modifier and Type Method Description voidDarkFeaturesHelper. 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 featurebooleanDarkFeaturesHelper. 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. -
Uses of Plugin in com.atlassian.confluence.it.maven
Classes in com.atlassian.confluence.it.maven that implement Plugin Modifier and Type Class Description classMavenUploadablePluginDeprecated.Please use confluence-test-utils module instead. -
Uses of Plugin in com.atlassian.confluence.it.plugin
Subinterfaces of Plugin in com.atlassian.confluence.it.plugin Modifier and Type Interface Description interfaceUploadablePluginDeprecated.Please use confluence-test-utils module instead.Classes in com.atlassian.confluence.it.plugin that implement Plugin Modifier and Type Class Description classClasspathUploadablePluginDeprecated.since 5.8 - please use confluence-test-utils module instead.classSimplePluginDeprecated.Please use confluence-test-utils module instead.classSpringComponentUploadablePluginA plugin containing a Spring component which will be loaded from the classpath.Fields in com.atlassian.confluence.it.plugin declared as Plugin Modifier and Type Field Description static PluginTestPlugins. BASEURL_PLUGINstatic PluginTestPlugins. DASHBOARD_PLUGINstatic PluginTestPlugins. HELP_TIPS_PLUGINstatic PluginTestPlugins. JQUERY_PLUGINstatic PluginTestPlugins. NPS_PLUGINstatic PluginTestPlugins. ONBOARDING_PLUGINstatic PluginPluginConstants. SPACES_PLUGINstatic PluginTestPlugins. SUPPORT_TROUBLESHOOTING_PLUGINMethods in com.atlassian.confluence.it.plugin with parameters of type Plugin Modifier and Type Method Description voidPluginHelper. disablePlugin(Plugin plugin)Deprecated.Disable the plugin.voidPluginHelper. disablePluginModule(Plugin plugin, String moduleKey)Deprecated.voidPluginHelper. disablePluginWithoutPersisting(Plugin plugin)Deprecated.Disable the plugin without persisting.voidPluginHelper. enablePlugin(Plugin plugin)Deprecated.Enable the plugin.voidPluginHelper. enablePluginModule(Plugin plugin, String moduleKey)Deprecated.booleanPluginHelper. isPluginEnabled(Plugin plugin)Deprecated.Returns true if the given plugin is currently enabled, otherwise false.booleanPluginHelper. isPluginInstalled(Plugin plugin)Deprecated.Returns true if the given plugin is currently installed, otherwise false.booleanPluginHelper. isPluginModuleEnabled(Plugin plugin, String moduleKey)Deprecated.voidPluginHelper. uninstallPlugin(Plugin plugin)Deprecated.Uninstall the plugin as the currently logged in User.voidPluginHelper. uninstallPluginIfInstalled(Plugin plugin)Deprecated.Equivalent of callingPluginHelper.isPluginInstalled(Plugin)andPluginHelper.uninstallPlugin(Plugin). -
Uses of Plugin in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type Plugin Modifier and Type Method Description voidRpcPluginHelper. disablePlugin(Plugin plugin)voidRpcPluginHelper. disablePluginModule(Plugin plugin, String moduleKey)voidRpcPluginHelper. disablePluginWithoutPersisting(Plugin plugin)voidRpcPluginHelper. enablePlugin(Plugin plugin)voidRpcPluginHelper. enablePluginModule(Plugin plugin, String moduleKey)booleanRpcPluginHelper. isPluginEnabled(Plugin plugin)booleanRpcPluginHelper. isPluginInstalled(Plugin plugin)booleanRpcPluginHelper. isPluginModuleEnabled(Plugin plugin, String moduleKey)voidRpcPluginHelper. uninstallPlugin(Plugin plugin)voidRpcPluginHelper. uninstallPluginIfInstalled(Plugin plugin) -
Uses of Plugin in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin with parameters of type Plugin Modifier and Type Method Description voidPluginsRpc. disablePlugin(Plugin plugin)voidPluginsRpc. disablePluginModule(Plugin plugin, String moduleKey)voidPluginsRpc. enablePlugin(Plugin plugin)voidPluginsRpc. enablePluginModule(Plugin plugin, String moduleKey)booleanPluginsRpc. isPluginEnabled(Plugin plugin)booleanPluginsRpc. isPluginModuleEnabled(Plugin plugin, String moduleKey)voidPluginsRpc. uninstallPlugin(Plugin plugin)
-