org.jenkinsci.plugins.vncviewer
Class ConsoleNoteButton

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

public class ConsoleNoteButton
extends hudson.console.ConsoleNote

See Also:
Serialized Form

Nested Class Summary
static class ConsoleNoteButton.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
ConsoleNoteButton(String caption, String html)
           
 
Method Summary
 hudson.console.ConsoleAnnotator annotate(Object context, hudson.MarkupText text, int charPos)
           
static String encodeTo(String buttonCaption, String html)
           
 
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

ConsoleNoteButton

public ConsoleNoteButton(String caption,
                         String html)
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 buttonCaption,
                              String html)


Copyright © 2004-2015. All Rights Reserved.