hudson.plugins.timestamper
Class TimestampNote

java.lang.Object
  extended by hudson.console.ConsoleNote<java.lang.Object>
      extended by hudson.plugins.timestamper.TimestampNote
All Implemented Interfaces:
hudson.model.Describable<hudson.console.ConsoleNote<?>>, java.io.Serializable

public final class TimestampNote
extends hudson.console.ConsoleNote<java.lang.Object>

Time-stamp note that is inserted into the console output.

Author:
Steven G. Brown
See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.console.ConsoleNote
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
 
Method Summary
 hudson.console.ConsoleAnnotator<java.lang.Object> annotate(java.lang.Object context, hudson.MarkupText text, int charPos)
          
 
Methods inherited from class hudson.console.ConsoleNote
encode, encodeTo, encodeTo, findPreamble, getDescriptor, readFrom, removeNotes, removeNotes, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

annotate

public hudson.console.ConsoleAnnotator<java.lang.Object> annotate(java.lang.Object context,
                                                                  hudson.MarkupText text,
                                                                  int charPos)

Specified by:
annotate in class hudson.console.ConsoleNote<java.lang.Object>


Copyright © 2010. All Rights Reserved.