Package hudson.plugins.jobConfigHistory
Class SideBySideView
java.lang.Object
hudson.plugins.jobConfigHistory.SideBySideView
Holds information for the SideBySideView.
- Author:
- Kojima Takanori, Mirko Friedenhagen
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Holds information about a single line, which consists of the left and right information of the diff. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLine
(SideBySideView.Line line) Adds a line.void
Deletes all dupes in the given lines.getLines()
Returns the lines of theSideBySideView
.
-
Constructor Details
-
SideBySideView
public SideBySideView()
-
-
Method Details
-
getLines
Returns the lines of theSideBySideView
.- Returns:
- an unmodifiable view of the lines.
-
addLine
Adds a line.- Parameters:
line
- A single line.
-
clearDuplicateLines
public void clearDuplicateLines()Deletes all dupes in the given lines.
-