Uses of Class
hudson.MarkupText
Packages that use 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
Methods in hudson.console with parameters of type MarkupTextModifier 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) -
Uses of MarkupText in hudson.scm
Methods in hudson.scm with parameters of type MarkupTextModifier and TypeMethodDescriptionvoidChangeLogAnnotator.annotate(AbstractBuild<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Deprecated.voidChangeLogAnnotator.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 MarkupTextModifier 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)