org.jenkinsci.plugins.jenkinsreviewbot
Class ReviewboardNote

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

public class ReviewboardNote
extends hudson.console.ConsoleNote

User: ymeymann Date: 6/5/13 4:48 PM

See Also:
Serialized Form

Nested Class Summary
static class ReviewboardNote.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.console.ConsoleNote
POSTAMBLE, POSTAMBLE_STR, PREAMBLE, PREAMBLE_STR
 
Constructor Summary
ReviewboardNote(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

ReviewboardNote

public ReviewboardNote(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-2015. All Rights Reserved.