Uses of Class
hudson.console.ConsoleAnnotator
Packages that use ConsoleAnnotator
Package
Description
Beef up the plain text console output by adding HTML markup.
-
Uses of ConsoleAnnotator in hudson.console
Methods in hudson.console that return ConsoleAnnotatorModifier and TypeMethodDescriptionabstract ConsoleAnnotator<T>ConsoleAnnotator.annotate(T context, MarkupText text) Annotates one line.abstract ConsoleAnnotatorConsoleNote.annotate(T context, MarkupText text, int charPos) When the line of a console output that this annotation is attached is read by someone, a newConsoleNoteis 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 givenConsoleAnnotatorinto a single annotator.ConsoleAnnotationOutputStream.getConsoleAnnotator()static <T> ConsoleAnnotator<T>ConsoleAnnotator.initial(T context) Returns the allConsoleAnnotators 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) Methods in hudson.console that return types with arguments of type ConsoleAnnotatorModifier and TypeMethodDescriptionstatic <T> List<ConsoleAnnotator<T>>ConsoleAnnotator._for(T context) List all the console annotators that can work for the specified context type.Methods in hudson.console with parameters of type ConsoleAnnotatorModifier and TypeMethodDescriptionstatic <T> ConsoleAnnotator<T>ConsoleAnnotator.cast(ConsoleAnnotator<? super T> a) Cast operation that restricts T.Method parameters in hudson.console with type arguments of type ConsoleAnnotatorModifier and TypeMethodDescriptionstatic <T> ConsoleAnnotator<T>ConsoleAnnotator.combine(Collection<? extends ConsoleAnnotator<? super T>> all) Bundles all the givenConsoleAnnotatorinto a single annotator.Constructors in hudson.console with parameters of type ConsoleAnnotatorModifierConstructorDescriptionConsoleAnnotationOutputStream(Writer out, ConsoleAnnotator<? super T> ann, T context, Charset charset) -
Uses of ConsoleAnnotator in hudson.tasks._maven
Methods in hudson.tasks._maven that return ConsoleAnnotatorModifier 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)