com.atlassian.jira.web.action.admin.plugins
Interface PluginReindexHelper
- All Known Implementing Classes:
- PluginReindexHelperImpl
public interface PluginReindexHelper
Provides help with some business logic around the management of plugins and the requirement for reindex.
- Since:
- v4.0
doesEnablingPluginModuleRequireMessage
boolean doesEnablingPluginModuleRequireMessage(String moduleKey)
- 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
boolean doesEnablingPluginRequireMessage(String pluginKey)
- Parameters:
pluginKey
- the plugin key
- Returns:
- true if plugin contains a module which is a custom field type or custom field searcher
Copyright © 2002-2011 Atlassian. All Rights Reserved.