Class DockerConsoleAnnotator

java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
org.jenkinsci.plugins.dockerbuildstep.log.DockerConsoleAnnotator
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class DockerConsoleAnnotator extends LineTransformationOutputStream
Console annotator which annotates Docker messages using DockerConsoleNote. Annotated message has to start with [Docker] prefix.
Author:
vjuranek
See Also: