org.hudsonci.plugins.console
Class ColorConsoleAnnotator<T>

java.lang.Object
  extended by hudson.console.ConsoleAnnotator<T>
      extended by org.hudsonci.plugins.console.ColorConsoleAnnotator<T>
All Implemented Interfaces:
Serializable

public class ColorConsoleAnnotator<T>
extends hudson.console.ConsoleAnnotator<T>

Adds color to build console logs.

Author:
Jason Dillon
See Also:
Serialized Form

Nested Class Summary
static class ColorConsoleAnnotator.Factory<T>
           
 
Constructor Summary
ColorConsoleAnnotator()
           
 
Method Summary
 hudson.console.ConsoleAnnotator<T> annotate(Object context, hudson.MarkupText text)
           
 
Methods inherited from class hudson.console.ConsoleAnnotator
_for, cast, combine, initial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorConsoleAnnotator

public ColorConsoleAnnotator()
Method Detail

annotate

public hudson.console.ConsoleAnnotator<T> annotate(Object context,
                                                   hudson.MarkupText text)
Specified by:
annotate in class hudson.console.ConsoleAnnotator<T>


Copyright © 2004-2012 Hudson. All Rights Reserved.