org.jenkinsci.plugins.patch
Class PatchNote

java.lang.Object
  extended by hudson.console.ConsoleNote
      extended by org.jenkinsci.plugins.patch.PatchNote
All Implemented Interfaces:
hudson.model.Describable, Serializable

public class PatchNote
extends hudson.console.ConsoleNote

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
static class PatchNote.DescriptorImpl
           
 
Field Summary
 
Fields inherited from class hudson.console.ConsoleNote
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
 
Constructor Summary
PatchNote(int length)
           
 
Method Summary
 hudson.console.ConsoleAnnotator annotate(Object context, hudson.MarkupText text, int charPos)
           
static String encodeTo(String text)
           
 
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
 

Constructor Detail

PatchNote

public PatchNote(int length)
Method Detail

annotate

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

encodeTo

public static String encodeTo(String text)


Copyright © 2004-2012. All Rights Reserved.