Gutter Renderer

Purpose of this Module Type

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.

Configuration

The root element for the Gutter Renderer plugin module is gutter-renderer. It allows the following attributes and child elements for configuration:

Attributes

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

Elements

Name

Description

description

The description of the Gutter Renderer module.

Required: -

Default: -

Example

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"/>

Notes

See the Fisheye Gutter Renderer Plugin Tutorial to learn how to develop an Gutter Renderer module plugin.

Rate this page: