com.atlassian.jira.startup
Interface PluginInfoProvider

All Known Implementing Classes:
PluginInfoProviderImpl

public interface PluginInfoProvider

This provides information about the plugins in the system. It's intended to be used by the system info and startup pages to allow for better support capabilties.

Since:
v4.3

Method Summary
 PluginInfos getSystemPlugins()
           
 PluginInfos getSystemPlugins(boolean includeBuiltInPlugins)
           
 PluginInfos getUserPlugins()
           
 

Method Detail

getSystemPlugins

PluginInfos getSystemPlugins()
Returns:
Information about the current system plugins in the system

getSystemPlugins

PluginInfos getSystemPlugins(boolean includeBuiltInPlugins)
Parameters:
includeBuiltInPlugins - a boolean indicating whether to include plugins that are so integral to JIRA thats its hardly worth knowing about them
Returns:
Information about the current system plugins in the system

getUserPlugins

PluginInfos getUserPlugins()
Returns:
Information about the current user plugins in the system


Copyright © 2002-2012 Atlassian. All Rights Reserved.