Class ChangeIdAnnotator
java.lang.Object
hudson.scm.ChangeLogAnnotator
com.sonyericsson.hudson.plugins.gerrit.trigger.ChangeIdAnnotator
- All Implemented Interfaces:
ExtensionPoint
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidannotate(Run<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Methods inherited from class hudson.scm.ChangeLogAnnotator
all, annotate, register, unregister
-
Constructor Details
-
ChangeIdAnnotator
public ChangeIdAnnotator()
-
-
Method Details
-
annotate
- Overrides:
annotatein classChangeLogAnnotator
-