hudson.console
Class ModelHyperlinkNote
java.lang.Object
hudson.console.ConsoleNote
hudson.console.HyperlinkNote
hudson.console.ModelHyperlinkNote
- All Implemented Interfaces:
- ExtensionPoint, Describable, Serializable
public class ModelHyperlinkNote
- extends HyperlinkNote
HyperlinkNote
that links to a model object,
which in the UI gets rendered with context menu and etc.
- Since:
- 1.464
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelHyperlinkNote
public ModelHyperlinkNote(String url,
int length)
extraAttributes
protected String extraAttributes()
- Overrides:
extraAttributes
in class HyperlinkNote
encodeTo
public static String encodeTo(User u)
encodeTo
public static String encodeTo(User u,
String text)
encodeTo
public static String encodeTo(Item item)
encodeTo
public static String encodeTo(Item item,
String text)
encodeTo
public static String encodeTo(Run r)
encodeTo
public static String encodeTo(Node node)
encodeTo
public static String encodeTo(String url,
String text)
Copyright © 2004-2013. All Rights Reserved.