Uses of Class
hudson.MarkupText
-
Packages that use MarkupText Package Description hudson.console Beef up the plain text console output by adding HTML markup.hudson.scm Jenkins's interface with source code management systems.hudson.tasks._maven -
-
Uses of MarkupText in hudson.console
Methods in hudson.console with parameters of type MarkupText Modifier and Type Method Description abstract 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.ConsoleAnnotator
ExpandableDetailsNote. annotate(Object context, MarkupText text, int charPos)
ConsoleAnnotator
HyperlinkNote. annotate(Object context, MarkupText text, int charPos)
-
Uses of MarkupText in hudson.scm
Methods in hudson.scm with parameters of type MarkupText Modifier and Type Method Description void
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
Methods in hudson.tasks._maven with parameters of type MarkupText Modifier and Type Method Description ConsoleAnnotator
Maven3MojoNote. annotate(Object context, MarkupText text, int charPos)
ConsoleAnnotator
MavenErrorNote. annotate(Object context, MarkupText text, int charPos)
ConsoleAnnotator
MavenMojoNote. annotate(Object context, MarkupText text, int charPos)
ConsoleAnnotator
MavenWarningNote. annotate(Object context, MarkupText text, int charPos)
-