Class DockerConsoleAnnotator
java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
org.jenkinsci.plugins.dockerbuildstep.log.DockerConsoleAnnotator
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Console annotator which annotates Docker messages using
DockerConsoleNote. Annotated message has to start
with [Docker] prefix.- Author:
- vjuranek
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class LineTransformationOutputStream
LineTransformationOutputStream.Delegating -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LineTransformationOutputStream
forceEol, trimEOL, write, writeMethods inherited from class OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
DockerConsoleAnnotator
-
-
Method Details
-
eol
- Specified by:
eolin classLineTransformationOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classLineTransformationOutputStream- Throws:
IOException
-