|
Plugin Framework Documentation Atlassian's plugin framework allows developers to create plugins which extend the functionality of Atlassian applications such as JIRA, Confluence and others.
Table of Contents:
About this Documentation This documentation contains version-specific information about the Atlassian Plugin Framework 2, i.e. the plugin library which is part of the plugin development platform. The Plugin Framework is under continuous development. With each new release, we may include new plugin module types and other improvements. This documentation will be under version control, so that at any time you can read about the components of a particular version of the Plugin Framework. For more general and static information about writing plugins and using the new plugin development platform, please take a look at the [Atlassian Developer Network]. |
Resources
About Atlassian Plugin Framework 2 Unknown macro: {hide}
The content below is included into other pages and spaces via 'include' and 'excerpt-include' macros. When adding content, be aware that the whole page will appear in the middle of another page, such as in the ATLAS space. The Atlassian Plugin Framework 2 replaces the original Atlassian Plugins framework, described in the [Developer Network]. The new framework is based on OSGi, a dynamic module system for Java. About Plugins Unknown macro: {hide}
The content below is included into other pages and spaces via 'include' and 'excerpt-include' macros. When adding content, be aware that the whole page will appear in the middle of another page, such as in the ATLAS space. A plugin is a bundle of code, resources and configuration files that can be dropped into an Atlassian product to add new functionality or change the behaviour of existing features. Every plugin is made up of one or more plugin modules. A single plugin may do many things, while a plugin module represents a single function of the plugin. There are two versions of plugins in the Atlassian Plugin Framework 2:
|

添加注释