package

com.atlassian.jira.plugin

Interfaces

ComponentClassManager Provides methods to help load and instantiate classes that can handle OSGi plugins with their ClassLoaders and Components that don't live in Pico Container. 
ConfigurableModuleDescriptor ModuleDescriptors that can be configured using an ObjectConfiguration
JiraPluginSystemListener Marker interface for listeners that expect to receive plugin system-related events (e.g. 
JiraResourcedModuleDescriptor<T> An extension of ModuleDescriptor for Plugin Points declared in JIRA. 
OrderableModuleDescriptor ModuleDescriptors that can be ordered using , and use the 'order' element inside their config file to indicate ordering. 
PluginLoaderFactory  
PluginPath  
PluginVersion Domain object for holding plugin version information. 
PluginVersionStore Handles PluginVersion's persistence. 
TabPanelModuleDescriptor<T extends TabPanel> Copyright 2007 Atlassian Software. 

Classes

AbstractConfigurableModuleDescriptor<T> An AbstractJiraModuleDescriptor that is able to be configured using an ObjectConfiguration
AbstractJiraModuleDescriptor<T> Base class for JIRA Plugin ModuleDescriptors. 
AbstractTabPanelModuleDescriptor<T extends TabPanel> Copyright 2007 Atlassian Software. 
BootstrapPluginLoaderFactory This is the bootstrap plugin loader factory of JIRA. 
BootstrapPluginVersionStore Bootstrap NOP implementation of the PluginVersionStore
DefaultComponentClassManager  
DefaultPackageScannerConfiguration Default package scanner configuration. 
DefaultPluginLoaderFactory This is the default plugin loader factory of JIRA  
JiraCacheResetter A component that maintains resets main application caches upon plugin events. 
JiraCacheResetter.Delegate Avoiding passing unifinished this to even manager. 
JiraContentTypeResolver  
JiraHostContainer  
JiraModuleDescriptorFactory  
JiraModuleFactory atlassian-plugins 2.5 requires us to implement a module factory. 
JiraOsgiContainerManager OSGI container manager that caches service trackers. 
JiraPluginManager  
JiraPluginPersistentStateStore  
JiraPluginResourceDownload The sole reason for this class' existence is to handle the Pico dependency injection for the PluginResourceDownload. 
JiraServletContextFactory  
OfBizPluginVersionStore OfBiz implementation of the PluginVersionStore
PluginInjector A helper class for doing Dependency Injection on classes living in plugins. 
PluginPath.JiraHomeAdapter  
PluginVelocityResourceLoader  
PluginVersionImpl