hudson.plugins.jobConfigHistory
Class SideBySideView

java.lang.Object
  extended by hudson.plugins.jobConfigHistory.SideBySideView

public class SideBySideView
extends Object

Holds information for the SideBySideView.

Author:
Kojima Takanori, Mirko Friedenhagen

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

SideBySideView

public SideBySideView()
Method Detail

getLines

public List<SideBySideView.Line> getLines()
Returns the lines of the SideBySideView.

Returns:
an unmodifiable view of the lines.

addLine

public void addLine(SideBySideView.Line line)
Adds a line.

Parameters:
line - A single line.

clearDuplicateLines

public void clearDuplicateLines()
Deletes all dupes in the given lines.



Copyright © 2004–2014. All rights reserved.