hudson.tasks._ant
Class AntTargetNote

java.lang.Object
  extended by hudson.console.ConsoleNote
      extended by hudson.tasks._ant.AntTargetNote
All Implemented Interfaces:
hudson.model.Describable, java.io.Serializable

public final class AntTargetNote
extends hudson.console.ConsoleNote

Marks the log line "TARGET:" that Ant uses to mark the beginning of the new target.

See Also:
Serialized Form

Nested Class Summary
static class AntTargetNote.DescriptorImpl
           
 
Field Summary
static boolean ENABLED
           
 
Fields inherited from class hudson.console.ConsoleNote
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
 
Constructor Summary
AntTargetNote()
           
 
Method Summary
 hudson.console.ConsoleAnnotator 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
 

Field Detail

ENABLED

public static boolean ENABLED
Constructor Detail

AntTargetNote

public AntTargetNote()
Method Detail

annotate

public hudson.console.ConsoleAnnotator annotate(java.lang.Object context,
                                                hudson.MarkupText text,
                                                int charPos)
Specified by:
annotate in class hudson.console.ConsoleNote


Copyright © 2004-2011. All Rights Reserved.