|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.HtmlPrinter
public class HtmlPrinter
Simple wrapper of a StringBuffer that is capable of writing HTML
sequences used in Jelly scripts.
| Constructor Summary | |
|---|---|
HtmlPrinter()
|
|
| Method Summary | |
|---|---|
void |
append(Object object)
Appends the textual representation of the specified object to the buffer. |
void |
append(String text)
Appends the specified text to the buffer. |
String |
item(String text)
Adds a list item. |
String |
link(String url,
String text)
Adds a hyperlink. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlPrinter()
| Method Detail |
|---|
public String item(String text)
text - the item text
public String toString()
toString in class Object
public String link(String url,
String text)
url - the link URLtext - the text describing the link
public void append(String text)
text - the textpublic void append(Object object)
object - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||