hudson.plugins.jobConfigHistory
Class JobConfigHistoryBaseAction.SideBySideView.Line

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

public static class JobConfigHistoryBaseAction.SideBySideView.Line
extends Object

Holds information about a single line, which consists of the left and right information of the diff.


Nested Class Summary
static class JobConfigHistoryBaseAction.SideBySideView.Line.Item
          Simple representation of a diff element.
 
Constructor Summary
JobConfigHistoryBaseAction.SideBySideView.Line()
           
 
Method Summary
 JobConfigHistoryBaseAction.SideBySideView.Line.Item getLeft()
          Returns the left version of a modificated line.
 JobConfigHistoryBaseAction.SideBySideView.Line.Item getRight()
          Returns the right version of a modificated line.
 boolean isSkipping()
          Should we skip this line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobConfigHistoryBaseAction.SideBySideView.Line

public JobConfigHistoryBaseAction.SideBySideView.Line()
Method Detail

getLeft

public JobConfigHistoryBaseAction.SideBySideView.Line.Item getLeft()
Returns the left version of a modificated line.

Returns:
left item.

getRight

public JobConfigHistoryBaseAction.SideBySideView.Line.Item getRight()
Returns the right version of a modificated line.

Returns:
right item.

isSkipping

public boolean isSkipping()
Should we skip this line.

Returns:
true when the line should be skipped.


Copyright © 2004-2013. All Rights Reserved.