Package hudson.plugins.doxygen
Class DoxygenErrorNote
- java.lang.Object
-
- hudson.console.ConsoleNote
-
- hudson.plugins.doxygen.DoxygenErrorNote
-
- All Implemented Interfaces:
ExtensionPoint
,Describable
,Serializable
public class DoxygenErrorNote extends ConsoleNote
Annotation for Doxygen error messages- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DoxygenErrorNote.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
PATTERN
Pattern to identify doxygen error message-
Fields inherited from class hudson.console.ConsoleNote
INSECURE, POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
-
-
Constructor Summary
Constructors Constructor Description DoxygenErrorNote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleAnnotator
annotate(Object context, MarkupText text, int charPos)
-
Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
-
-
-
Field Detail
-
PATTERN
public static final Pattern PATTERN
Pattern to identify doxygen error message
-
-
Method Detail
-
annotate
public ConsoleAnnotator annotate(Object context, MarkupText text, int charPos)
- Specified by:
annotate
in classConsoleNote
-
-