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 Details

    • 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