| com.atlassian.jira.functest.framework.admin.plugins.Plugins |
Known Indirect Subclasses
|
This is a utility class that uses UPM's restful interface to find out info about installed plugins and enable/disable them All of these functions will try to return you to the page you were on before calling them.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Is it possible to disable a plugin.
| |||||||||||
Is it possible to disable a module of a plugin.
| |||||||||||
Tries to disable a plugin (so long as it is installed).
| |||||||||||
Tries to disable a module within a plugin.
| |||||||||||
Tries to enable a plugin (so long as it is installed).
| |||||||||||
Tries to enable a module within a plugin.
| |||||||||||
Is a plugin disabled.
| |||||||||||
Is a plugin enabled.
| |||||||||||
Checks if the plugin is found in the UPM.
| |||||||||||
Is a module of a plugin disabled.
| |||||||||||
Is a module of a plugin enabled.
| |||||||||||
Gets an instance of the reference dependent plugin.
| |||||||||||
Gets an instance of the reference language pack plugin.
| |||||||||||
Gets an instance of the reference plugin.
| |||||||||||
Is it possible to disable a plugin.
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|
Is it possible to disable a module of a plugin.
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|---|
| completeModuleKey | - the key for the module eg. com.atlassian.examplePlugin:exampleModule |
Tries to disable a plugin (so long as it is installed).
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|
Tries to disable a module within a plugin.
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|---|
| completeModuleKey | - the key for the module eg. com.atlassian.examplePlugin:exampleModule |
Tries to enable a plugin (so long as it is installed).
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|
Tries to enable a module within a plugin.
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|---|
| completeModuleKey | - the key for the module eg. com.atlassian.examplePlugin:exampleModule |
Is a plugin disabled.
| pluginKey | - the key of the plugin to check eg. com.atlassian.examplePlugin |
|---|
Is a plugin enabled.
| pluginKey | - the key of the plugin to check eg. com.atlassian.examplePlugin |
|---|
Checks if the plugin is found in the UPM.
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|
Is a module of a plugin disabled.
| pluginKey | - the key of the plugin eg. com.atlassian.examplePlugin |
|---|---|
| completeModuleKey | - the key of the module to check eg. com.atlassian.examplePlugin:exampleModule |
Is a module of a plugin enabled.
| pluginKey | - the key for the plugin eg. com.atlassian.examplePlugin |
|---|---|
| completeModuleKey | - the key for the module eg. com.atlassian.examplePlugin:exampleModule |
Gets an instance of the reference dependent plugin.
Gets an instance of the reference language pack plugin.
Gets an instance of the reference plugin.