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

Method Summary
 boolean doesEnablingPluginModuleRequireMessage(String moduleKey)
           
 boolean doesEnablingPluginRequireMessage(String pluginKey)
           
 

Method Detail

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-2012 Atlassian. All Rights Reserved.