|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GutterRenderer
A Plugin point for gutter-decorating the display of revisions or diffs between revisions.
To register a gutter renderer, you need to add something like this to your atlassian-plugins.xml:
<gutter-renderer key="my-gutter" class="com.company.MyGutter"/>
Method Summary | |
---|---|
java.util.List<DiffLineDecorator> |
getAnnotationDecorators(DiffType diffType,
java.lang.String repository,
java.lang.String fromPath,
java.lang.String fromRev,
java.lang.String toPath,
java.lang.String toRev)
Called to provide decorators for a given FishEye revision. |
java.util.List<LineDecorator> |
getAnnotationDecorators(java.lang.String repository,
java.lang.String path,
java.lang.String rev)
Called to provide decorators for a given FishEye revision. |
Method Detail |
---|
java.util.List<LineDecorator> getAnnotationDecorators(java.lang.String repository, java.lang.String path, java.lang.String rev)
repository
- the FishEye repository namepath
- path of the filerev
- revision of the file
java.util.List<DiffLineDecorator> getAnnotationDecorators(DiffType diffType, java.lang.String repository, java.lang.String fromPath, java.lang.String fromRev, java.lang.String toPath, java.lang.String toRev)
repository
- the FishEye repository namediffType
- the type of difffromPath
- path of the filefromRev
- revision of the old revisiontoRev
- revision of the new revision
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |