|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.SideBySideView.Line.Item
public static class SideBySideView.Line.Item
Simple representation of a diff element. Additional to the the text this includes the linenumber as well as the corresponding cssClass which signals wether the item was modified, added or deleted.
| Constructor Summary | |
|---|---|
SideBySideView.Line.Item()
|
|
| Method Summary | |
|---|---|
String |
getCssClass()
Returns the cssClass of the Item. |
String |
getLineNumber()
Returns the line number of the Item. |
String |
getText()
Returns the text of the Item. |
void |
setCssClass(String cssClass)
Sets cssClass. |
void |
setLineNumber(Integer lineNumber)
|
void |
setText(String text)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SideBySideView.Line.Item()
| Method Detail |
|---|
public String getLineNumber()
public String getText()
public String getCssClass()
public void setCssClass(String cssClass)
cssClass - cssClasspublic void setLineNumber(Integer lineNumber)
lineNumber - the lineNumber to setpublic void setText(String text)
text - the text to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||