Package hudson.plugins.collabnet
Class CNChangeLogAnnotator
- java.lang.Object
-
- hudson.scm.ChangeLogAnnotator
-
- hudson.plugins.collabnet.CNChangeLogAnnotator
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class CNChangeLogAnnotator extends ChangeLogAnnotator
Looks for object IDs in the commit messages and turn them into hyperlinks.- 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 CNChangeLogAnnotator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
annotate(AbstractBuild<?,?> build, ChangeLogSet.Entry change, MarkupText text)
-
Methods inherited from class hudson.scm.ChangeLogAnnotator
all, annotate, register, unregister
-
-
-
-
Method Detail
-
annotate
public void annotate(AbstractBuild<?,?> build, ChangeLogSet.Entry change, MarkupText text)
- Overrides:
annotate
in classChangeLogAnnotator
-
-