Uses of Class
hudson.console.ConsoleNote
-
Packages that use ConsoleNote Package Description hudson.console Beef up the plain text console output by adding HTML markup.hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks._maven jenkins.util -
-
Uses of ConsoleNote in hudson.console
Subclasses of ConsoleNote in hudson.console Modifier and Type Class Description class
ExpandableDetailsNote
Renders a button that can be clicked to reveal additional block tag (and HTML inside it.)class
HyperlinkNote
Turns a text into a hyperlink by specifying the URL separately.class
ModelHyperlinkNote
HyperlinkNote
that links to a model object, which in the UI gets rendered with context menu and etc.Methods in hudson.console that return ConsoleNote Modifier and Type Method Description static ConsoleNote
ConsoleNote. readFrom(DataInputStream in)
Reads a note back from its encoded form.Methods in hudson.console that return types with arguments of type ConsoleNote Modifier and Type Method Description static DescriptorExtensionList<ConsoleNote<?>,ConsoleAnnotationDescriptor>
ConsoleAnnotationDescriptor. all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors.Constructor parameters in hudson.console with type arguments of type ConsoleNote Constructor Description ConsoleAnnotationDescriptor(Class<? extends ConsoleNote<?>> clazz)
-
Uses of ConsoleNote in hudson.model
Methods in hudson.model with parameters of type ConsoleNote Modifier and Type Method Description default 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._maven Modifier and Type Class Description class
Maven3MojoNote
Marks the log line that reports that Maven3 is executing a mojo.class
MavenErrorNote
class
MavenMojoNote
Marks the log line that reports that Maven is executing a mojo.class
MavenWarningNote
Marks the warning messages from Maven. -
Uses of ConsoleNote in jenkins.util
Methods in jenkins.util with parameters of type ConsoleNote Modifier and Type Method Description void
BuildListenerAdapter. annotate(ConsoleNote ann)
-