|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.AnnotationHelper
public class AnnotationHelper
Helper for annotating the lines, creates the strings to annotate with.
Constructor Summary | |
---|---|
AnnotationHelper()
|
Method Summary | |
---|---|
void |
addAfter(String addedAfter)
Adds a String to annotate with, after the console text. |
void |
addFocus(String id)
Adds a focus id line before the console text. |
void |
addTitle(String addedTitle)
Adds a title for the line. |
String |
getAfter()
Gets the String to annotate with after the console text. |
String |
getBefore()
Gets the String to annotate with before the console text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationHelper()
Method Detail |
---|
public String getBefore()
public String getAfter()
public void addFocus(String id)
id
- the id for the line, to refer to in links.public void addTitle(String addedTitle)
addedTitle
- the title of the line.public void addAfter(String addedAfter)
addedAfter
- the String to put after the console text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |