Class PluginReindexHelperImpl

java.lang.Object
com.atlassian.jira.web.action.admin.plugins.PluginReindexHelperImpl
All Implemented Interfaces:
PluginReindexHelper

public class PluginReindexHelperImpl extends Object implements PluginReindexHelper
Note: not registered in
invalid reference
com.atlassian.jira.ContainerRegistrar
because it is only used in one spot, but there's no reason why you couldn't if you wanted to.
Since:
v4.0
  • Constructor Details

    • PluginReindexHelperImpl

      public PluginReindexHelperImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
  • Method Details

    • doesEnablingPluginModuleRequireMessage

      public boolean doesEnablingPluginModuleRequireMessage(String moduleKey)
      Specified by:
      doesEnablingPluginModuleRequireMessage in interface PluginReindexHelper
      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

      public boolean doesEnablingPluginRequireMessage(String pluginKey)
      Specified by:
      doesEnablingPluginRequireMessage in interface PluginReindexHelper
      Parameters:
      pluginKey - the plugin key
      Returns:
      true if plugin contains a module which is a custom field type or custom field searcher