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
Nested ClassesModifier and TypeClassDescriptionstatic classHolds information about a single line, which consists of the left and right information of the diff. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLine(SideBySideView.Line line) Adds a line.voidDeletes 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.
-