Class ChangeIdAnnotator
- java.lang.Object
-
- hudson.scm.ChangeLogAnnotator
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.ChangeIdAnnotator
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class ChangeIdAnnotator extends ChangeLogAnnotator
Turns "Change-ID: XXXX" into a hyperlink to Gerrit.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.scm.ChangeLogAnnotator
annotators
-
-
Constructor Summary
Constructors Constructor Description ChangeIdAnnotator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
annotate(Run<?,?> build, ChangeLogSet.Entry change, MarkupText text)
-
Methods inherited from class hudson.scm.ChangeLogAnnotator
all, annotate, register, unregister
-
-
-
-
Method Detail
-
annotate
public void annotate(Run<?,?> build, ChangeLogSet.Entry change, MarkupText text)
- Overrides:
annotate
in classChangeLogAnnotator
-
-