Class PluginReindexHelperImpl
java.lang.Object
com.atlassian.jira.web.action.admin.plugins.PluginReindexHelperImpl
- All Implemented Interfaces:
PluginReindexHelper
Note: not registered in
because it is only used in one spot, but there's
no reason why you couldn't if you wanted to.
invalid reference
com.atlassian.jira.ContainerRegistrar
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoesEnablingPluginModuleRequireMessage(String moduleKey) booleandoesEnablingPluginRequireMessage(String pluginKey)
-
Constructor Details
-
PluginReindexHelperImpl
public PluginReindexHelperImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
doesEnablingPluginModuleRequireMessage
- Specified by:
doesEnablingPluginModuleRequireMessagein interfacePluginReindexHelper- Parameters:
moduleKey- the complete module key e.g.com.atlassian.jira.plugin.system.customfieldtypes:numberrange- Returns:
- true if module is a custom field type or custom field searcher
-
doesEnablingPluginRequireMessage
- Specified by:
doesEnablingPluginRequireMessagein interfacePluginReindexHelper- Parameters:
pluginKey- the plugin key- Returns:
- true if plugin contains a module which is a custom field type or custom field searcher
-