Uses of Class
hudson.MarkupText
Package
Description
Beef up the plain text console output by adding HTML markup.
Jenkins's interface with source code management systems.
-
Uses of MarkupText 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) -
Uses of MarkupText in hudson.scm
Modifier and TypeMethodDescriptionvoid
ChangeLogAnnotator.annotate
(AbstractBuild<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Deprecated.void
ChangeLogAnnotator.annotate
(Run<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Called by Hudson to allow markups to be added to the changelog text. -
Uses of MarkupText 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)