Class OpenJDKConsoleAnnotator
- java.lang.Object
-
- java.io.OutputStream
-
- hudson.console.LineTransformationOutputStream
-
- org.jenkinsci.plugins.openjdk_native.OpenJDKConsoleAnnotator
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public class OpenJDKConsoleAnnotator extends hudson.console.LineTransformationOutputStream
-
-
Constructor Summary
Constructors Constructor Description OpenJDKConsoleAnnotator(OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
eol(byte[] b, int len)
-
Methods inherited from class hudson.console.LineTransformationOutputStream
forceEol, trimEOL, write, write
-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
-
-
-
Constructor Detail
-
OpenJDKConsoleAnnotator
public OpenJDKConsoleAnnotator(OutputStream out)
-
-
Method Detail
-
eol
protected void eol(byte[] b, int len) throws IOException
- Specified by:
eol
in classhudson.console.LineTransformationOutputStream
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classhudson.console.LineTransformationOutputStream
- Throws:
IOException
-
-