Package com.mathworks.ci
Class ListenerLogDecorator
- java.lang.Object
-
- java.io.OutputStream
-
- hudson.console.LineTransformationOutputStream
-
- com.mathworks.ci.ListenerLogDecorator
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public class ListenerLogDecorator extends hudson.console.LineTransformationOutputStream
-
-
Constructor Summary
Constructors Constructor Description ListenerLogDecorator(hudson.model.TaskListener listner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
eol(byte[] bytes, int length)
-
Methods inherited from class hudson.console.LineTransformationOutputStream
close, forceEol, trimEOL, write, write
-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
-
-
-
Constructor Detail
-
ListenerLogDecorator
public ListenerLogDecorator(hudson.model.TaskListener listner) throws IOException
- Throws:
IOException
-
-
Method Detail
-
eol
protected void eol(byte[] bytes, int length) throws IOException
- Specified by:
eol
in classhudson.console.LineTransformationOutputStream
- Throws:
IOException
-
-