public interface

PluginInfo

com.atlassian.jira.startup.PluginInfo

Class Overview

A value object of collected plugin information

Public Methods

public String getKey ()

Returns
  • the plugin key

public String getName ()

Returns
  • the plugin name

public PluginInformation getPluginInformation ()

Returns
  • the plugin information

public int getPluginsVersion ()

Returns
  • the platform the plugin targets, eg plugins 1 or plugins 2

public String getUnloadableReason ()

Returns
  • the reason for unloadability

public boolean isEnabled ()

Returns
  • true if the plugin is currently enabled

public boolean isSystemPlugin ()

Returns
  • true if the plugin is a system plugin

public boolean isUnloadable ()

Returns
  • true if the plugin is unloadable