Uses of Class
hudson.console.LineTransformationOutputStream
Package
Description
Beef up the plain text console output by adding HTML markup.
-
Uses of LineTransformationOutputStream in hudson.console
Modifier 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
Modifier and TypeClassDescriptionclass
FilterOutputStream
that places annotations that marks various Maven outputs.