Package hudson.plugins.ansicolor
Class SimpleHtmlNote
- All Implemented Interfaces:
ExtensionPoint
,Describable<ConsoleNote<?>>
,Serializable
Deprecated.
Only here for serial form compatibility.
A simple ConsoleNote which represents just a simple tag.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.console.ConsoleNote
INSECURE, POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionannotate
(Object context, MarkupText text, int charPos) Deprecated.Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
Constructor Details
-
SimpleHtmlNote
Deprecated.
-
-
Method Details
-
annotate
Deprecated.- Specified by:
annotate
in classConsoleNote<Object>
-