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 hudson.console.LineTransformationOutputStream
LineTransformationOutputStream.Delegating
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.console.LineTransformationOutputStream
forceEol, trimEOL, write, write
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
DockerConsoleAnnotator
-
-
Method Details
-
eol
- Specified by:
eol
in classLineTransformationOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classLineTransformationOutputStream
- Throws:
IOException
-