Class DockerConsoleNote

java.lang.Object
hudson.console.ConsoleNote<Run<?,?>>
org.jenkinsci.plugins.dockerbuildstep.log.DockerConsoleNote
All Implemented Interfaces:
ExtensionPoint, Describable<ConsoleNote<?>>, Serializable

public class DockerConsoleNote extends ConsoleNote<Run<?,?>>
Annotator which adds color highlighting. There are currently two message categories: error, staring with ERROR: prefix, and info, which starts with INFO: prefix.
Author:
vjuranek
See Also: