Package hudson.plugins.doxygen
Class DoxygenWarningNote
- java.lang.Object
-
- hudson.console.ConsoleNote
-
- hudson.plugins.doxygen.DoxygenWarningNote
-
- All Implemented Interfaces:
ExtensionPoint
,Describable
,Serializable
public class DoxygenWarningNote extends ConsoleNote
Annotation for Doxygen warning messages- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DoxygenWarningNote.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 warning message-
Fields inherited from class hudson.console.ConsoleNote
INSECURE, POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
-
-
Constructor Summary
Constructors Constructor Description DoxygenWarningNote()
-
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 warning message
-
-
Method Detail
-
annotate
public ConsoleAnnotator annotate(Object context, MarkupText text, int charPos)
- Specified by:
annotate
in classConsoleNote
-
-