Class DockerConsoleNote
- All Implemented Interfaces:
ExtensionPoint,Describable<ConsoleNote<?>>,Serializable
Annotator which adds color highlighting. There are currently two message categories: error, staring with ERROR:
prefix, and info, which starts with INFO: prefix.
- Author:
- vjuranek
- See Also:
-
Nested Class Summary
Nested ClassesNested 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 TypeMethodDescriptionConsoleAnnotator<Run<?, ?>> annotate(Run<?, ?> context, MarkupText text, int charPos) Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
-
Constructor Details
-
DockerConsoleNote
public DockerConsoleNote()
-
-
Method Details
-
annotate
- Specified by:
annotatein classConsoleNote<Run<?,?>>
-