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 TypeClassDescriptionclassRenders a button that can be clicked to reveal additional block tag (and HTML inside it.)classTurns a text into a hyperlink by specifying the URL separately.classHyperlinkNotethat 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 ConsoleNoteConsoleNote.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 registeredConsoleAnnotationDescriptordescriptors.Constructor parameters in hudson.console with type arguments of type ConsoleNoteModifierConstructorDescriptionprotectedConsoleAnnotationDescriptor(Class<? extends ConsoleNote<?>> clazz) -
Uses of ConsoleNote in hudson.model
Methods in hudson.model with parameters of type ConsoleNoteModifier and TypeMethodDescriptiondefault voidTaskListener.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 TypeClassDescriptionclassMarks the log line that reports that Maven3 is executing a mojo.classclassMarks the log line that reports that Maven is executing a mojo.classMarks the warning messages from Maven. -
Uses of ConsoleNote in jenkins.util
Methods in jenkins.util with parameters of type ConsoleNote