com.atlassian.jira.startup
Interface PluginInfoProvider.Info
- Enclosing interface:
- PluginInfoProvider
public static interface PluginInfoProvider.Info
A value object of collected plugin information
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-2011 Atlassian. All Rights Reserved.