This page last changed on Apr 22, 2008 by tom@atlassian.com.
 |
The plugin functionality described here is not available in Fisheye 1.4. It is available in Fisheye 1.5. |
Overview
A Fisheye/Crucible plugin allows third parties to extend Fisheye and Crucible. In Fisheye 1.5 plugins add new RPC interfaces or servlets. Future versions will introduce further extension points.
A plugin is packaged as a jar file, containing a plugin descriptor named atlassian-plugin.xml and the Java classes and resources which implement the extension. A single plugin contains one or more plugin modules, each of which defines a contribution to an extension point, such as a new servlet or a new SOAP service.
This jar file is placed in the etc/plugins sub directory of the Fisheye data directory.
Plugins can be enabled and disabled by the administrator using the administration user interface.
Further Information
|