|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.SideBySideView
public class SideBySideView
Holds information for the SideBySideView.
| Nested Class Summary | |
|---|---|
static class |
SideBySideView.Line
Holds information about a single line, which consists of the left and right information of the diff. |
| Constructor Summary | |
|---|---|
SideBySideView()
|
|
| Method Summary | |
|---|---|
void |
addLine(SideBySideView.Line line)
Adds a line. |
void |
clearDuplicateLines()
Deletes all dupes in the given lines. |
List<SideBySideView.Line> |
getLines()
Returns the lines of the SideBySideView. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SideBySideView()
| Method Detail |
|---|
public List<SideBySideView.Line> getLines()
SideBySideView.
public void addLine(SideBySideView.Line line)
line - A single line.public void clearDuplicateLines()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||