hudson.plugins.jobConfigHistory
Class JobConfigHistoryBaseAction.SideBySideView

java.lang.Object
  extended by hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView
Enclosing class:
JobConfigHistoryBaseAction

public static class JobConfigHistoryBaseAction.SideBySideView
extends Object

Holds information for the SideBySideView.


Nested Class Summary
static class JobConfigHistoryBaseAction.SideBySideView.Line
          Holds information about a single line, which consists of the left and right information of the diff.
 
Constructor Summary
JobConfigHistoryBaseAction.SideBySideView()
           
 
Method Summary
 void addLine(JobConfigHistoryBaseAction.SideBySideView.Line line)
          Adds a line.
 void clearDuplicateLines()
          Deletes all dupes in the given lines.
 List<JobConfigHistoryBaseAction.SideBySideView.Line> getLines()
          Returns the lines of the JobConfigHistoryBaseAction.SideBySideView.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobConfigHistoryBaseAction.SideBySideView

public JobConfigHistoryBaseAction.SideBySideView()
Method Detail

getLines

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

Returns:
an unmodifiable view of the lines.

addLine

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

Parameters:
line -

clearDuplicateLines

public void clearDuplicateLines()
Deletes all dupes in the given lines. TODO: encapsulate the call as we probably always want the deduplicated lines only.



Copyright © 2004-2012. All Rights Reserved.