Uses of Package
hudson.console
Packages that use hudson.console
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
.Built-in
Trigger
s that run periodically to kick a new build.-
Classes in hudson.console used by hudson.consoleClassDescriptionDescriptor for
ConsoleNote
.Annotates one line of console output.Entry point to theConsoleAnnotator
extension point.A hook to allow filtering of information that is written to the console log.Data that hangs off from a console output.Turns a text into a hyperlink by specifying the URL separately.FilteringOutputStream
that buffers text by line, so that the derived class can perform some manipulation based on the contents of the whole line.Convenience subclass for cases where you wish to process lines being sent to an underlying stream. -
Classes in hudson.console used by hudson.modelClassDescriptionExtension to
LargeText
that handles annotations byConsoleAnnotator
.Data that hangs off from a console output. -
Classes in hudson.console used by hudson.tasks._mavenClassDescriptionDescriptor for
ConsoleNote
.Annotates one line of console output.Data that hangs off from a console output.FilteringOutputStream
that buffers text by line, so that the derived class can perform some manipulation based on the contents of the whole line.Convenience subclass for cases where you wish to process lines being sent to an underlying stream. -
Classes in hudson.console used by hudson.triggers
-
Classes in hudson.console used by jenkins.management
-
Classes in hudson.console used by jenkins.tasksClassDescriptionA hook to allow filtering of information that is written to the console log.
-
Classes in hudson.console used by jenkins.util