Uses of Class
hudson.console.ConsoleNote
Packages that use 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
Subclasses of ConsoleNote in hudson.consoleModifier 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.Methods in hudson.console that return ConsoleNoteModifier and TypeMethodDescriptionstatic ConsoleNote
ConsoleNote.readFrom
(DataInputStream in) Reads a note back from its encoded form.Methods in hudson.console that return types with arguments of type ConsoleNoteModifier and TypeMethodDescriptionConsoleAnnotationDescriptor.all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors.Constructor parameters in hudson.console with type arguments of type ConsoleNoteModifierConstructorDescriptionprotected
ConsoleAnnotationDescriptor
(Class<? extends ConsoleNote<?>> clazz) -
Uses of ConsoleNote in hudson.model
Methods in hudson.model with parameters of type ConsoleNoteModifier 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
Subclasses of ConsoleNote in hudson.tasks._mavenModifier 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
Methods in jenkins.util with parameters of type ConsoleNote