The Gutter Renderer plugin point allows you to display custom content in the margin of your source code view.The content is generated per line.
The root element for the Gutter Renderer plugin module is gutter-renderer
. It allows the following attributes and child elements for configuration:
Name | Description |
---|---|
class | The Gutter Renderer module Java class. Must implement com.atlassian.fisheye.ui.filedecoration.GutterRenderer. Required: Yes Default: N/A |
key | The identifier of the Gutter Renderer module. Required: No Default: N/A |
Name | Description |
---|---|
description | The description of the Gutter Renderer module. Required: - Default: - |
Here is a sample atlassian-plugin.xml fragment for a web section:
1 2<gutter-renderer key="my-gutter-renderer" class="com.atlassian.example.plugin.MyGutterRenderer"/>
See the Fisheye Gutter Renderer Plugin Tutorial to learn how to develop an Gutter Renderer module plugin.
Rate this page: