com.atlassian.jira.startup
Interface PluginInfo


public interface PluginInfo

A value object of collected plugin information


Method Summary
 String getKey()
           
 String getName()
           
 com.atlassian.plugin.PluginInformation getPluginInformation()
           
 int getPluginsVersion()
           
 String getUnloadableReason()
           
 boolean isEnabled()
           
 boolean isSystemPlugin()
           
 boolean isUnloadable()
           
 

Method Detail

getKey

String getKey()
Returns:
the plugin key

getName

String getName()
Returns:
the plugin name

getPluginInformation

com.atlassian.plugin.PluginInformation getPluginInformation()
Returns:
the plugin information

isUnloadable

boolean isUnloadable()
Returns:
true if the plugin is unloadable

getUnloadableReason

String getUnloadableReason()
Returns:
the reason for unloadability

isEnabled

boolean isEnabled()
Returns:
true if the plugin is currently enabled

isSystemPlugin

boolean isSystemPlugin()
Returns:
true if the plugin is a system plugin

getPluginsVersion

int getPluginsVersion()
Returns:
the platform the plugin targets, eg plugins 1 or plugins 2


Copyright © 2002-2013 Atlassian. All Rights Reserved.