Uses of Class
hudson.console.ConsoleAnnotator
Package
Description
Beef up the plain text console output by adding HTML markup.
-
Uses of ConsoleAnnotator in hudson.console
Modifier and TypeMethodDescriptionabstract ConsoleAnnotator<T>
ConsoleAnnotator.annotate
(T context, MarkupText text) Annotates one line.abstract ConsoleAnnotator
ConsoleNote.annotate
(T context, MarkupText text, int charPos) When the line of a console output that this annotation is attached is read by someone, a newConsoleNote
is de-serialized and this method is invoked to annotate that line.ExpandableDetailsNote.annotate
(Object context, MarkupText text, int charPos) HyperlinkNote.annotate
(Object context, MarkupText text, int charPos) static <T> ConsoleAnnotator<T>
ConsoleAnnotator.cast
(ConsoleAnnotator<? super T> a) Cast operation that restricts T.static <T> ConsoleAnnotator<T>
ConsoleAnnotator.combine
(Collection<? extends ConsoleAnnotator<? super T>> all) Bundles all the givenConsoleAnnotator
into a single annotator.ConsoleAnnotationOutputStream.getConsoleAnnotator()
static <T> ConsoleAnnotator<T>
ConsoleAnnotator.initial
(T context) Returns the allConsoleAnnotator
s for the given context type aggregated into a single annotator.abstract ConsoleAnnotator<T>
ConsoleAnnotatorFactory.newInstance
(T context) Called when a console output page is requested to create a statefulConsoleAnnotator
.UrlAnnotator.newInstance
(Object context) Modifier and TypeMethodDescriptionstatic <T> List<ConsoleAnnotator<T>>
ConsoleAnnotator._for
(T context) List all the console annotators that can work for the specified context type.Modifier and TypeMethodDescriptionstatic <T> ConsoleAnnotator<T>
ConsoleAnnotator.cast
(ConsoleAnnotator<? super T> a) Cast operation that restricts T.Modifier and TypeMethodDescriptionstatic <T> ConsoleAnnotator<T>
ConsoleAnnotator.combine
(Collection<? extends ConsoleAnnotator<? super T>> all) Bundles all the givenConsoleAnnotator
into a single annotator.ModifierConstructorDescriptionConsoleAnnotationOutputStream
(Writer out, ConsoleAnnotator<? super T> ann, T context, Charset charset) -
Uses of ConsoleAnnotator in hudson.tasks._maven
Modifier and TypeMethodDescriptionMaven3MojoNote.annotate
(Object context, MarkupText text, int charPos) MavenErrorNote.annotate
(Object context, MarkupText text, int charPos) MavenMojoNote.annotate
(Object context, MarkupText text, int charPos) MavenWarningNote.annotate
(Object context, MarkupText text, int charPos)