public interface

PluginInfoProvider

com.atlassian.jira.startup.PluginInfoProvider
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
PluginInfos getSystemPlugins(boolean includeBuiltInPlugins)
PluginInfos getSystemPlugins()
PluginInfos getUserPlugins()

Public Methods

public 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

public PluginInfos getSystemPlugins ()

Returns
  • Information about the current system plugins in the system

public PluginInfos getUserPlugins ()

Returns
  • Information about the current user plugins in the system