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 TypeClassDescriptionclassUsed to convert plain text console output (as byte sequence) + embedded annotations into HTML (as char sequence), by usingConsoleAnnotator.static classConvenience subclass for cases where you wish to process lines being sent to an underlying stream.classFilters out console notes. - 
Uses of LineTransformationOutputStream in hudson.tasks._maven
Subclasses of LineTransformationOutputStream in hudson.tasks._mavenModifier and TypeClassDescriptionclassFilterOutputStreamthat places annotations that marks various Maven outputs.