Uses of Class
hudson.console.ConsoleNote
Package
Description
Beef up the plain text console output by adding HTML markup.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.-
Uses of ConsoleNote in hudson.console
Modifier and TypeClassDescriptionclass
Renders a button that can be clicked to reveal additional block tag (and HTML inside it.)class
Turns a text into a hyperlink by specifying the URL separately.class
HyperlinkNote
that links to a model object, which in the UI gets rendered with context menu and etc.Modifier and TypeMethodDescriptionstatic ConsoleNote
ConsoleNote.readFrom
(DataInputStream in) Reads a note back from its encoded form.Modifier and TypeMethodDescriptionConsoleAnnotationDescriptor.all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors.ModifierConstructorDescriptionprotected
ConsoleAnnotationDescriptor
(Class<? extends ConsoleNote<?>> clazz) -
Uses of ConsoleNote in hudson.model
Modifier and TypeMethodDescriptiondefault void
TaskListener.annotate
(ConsoleNote ann) Annotates the current position in the output log by using the given annotation. -
Uses of ConsoleNote in hudson.tasks._maven
Modifier and TypeClassDescriptionclass
Marks the log line that reports that Maven3 is executing a mojo.class
class
Marks the log line that reports that Maven is executing a mojo.class
Marks the warning messages from Maven. -
Uses of ConsoleNote in jenkins.util