Uses of Class
hudson.console.LineTransformationOutputStream
Packages that use LineTransformationOutputStream
Package
Description
Beef up the plain text console output by adding HTML markup.
-
Uses of LineTransformationOutputStream in hudson.console
Subclasses of LineTransformationOutputStream in hudson.consoleModifier and TypeClassDescriptionclass
Used to convert plain text console output (as byte sequence) + embedded annotations into HTML (as char sequence), by usingConsoleAnnotator
.static class
Convenience subclass for cases where you wish to process lines being sent to an underlying stream.class
Filters out console notes. -
Uses of LineTransformationOutputStream in hudson.tasks._maven
Subclasses of LineTransformationOutputStream in hudson.tasks._mavenModifier and TypeClassDescriptionclass
FilterOutputStream
that places annotations that marks various Maven outputs.