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