hudson.plugins.jobConfigHistory
Class SideBySideView.Line

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

public static class 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 SideBySideView.Line.Item
          Simple representation of a diff element.
 
Constructor Summary
SideBySideView.Line()
           
 
Method Summary
 SideBySideView.Line.Item getLeft()
          Returns the left version of a modificated line.
 SideBySideView.Line.Item getRight()
          Returns the right version of a modificated line.
 difflib.DiffRow.Tag getTag()
           
 boolean isSkipping()
          Should we skip this line.
 void setSkipping(boolean skipping)
          Sets skipping.
 void setTag(difflib.DiffRow.Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideBySideView.Line

public SideBySideView.Line()
Method Detail

getLeft

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

Returns:
left item.

getRight

public 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.

setSkipping

public void setSkipping(boolean skipping)
Sets skipping.

Parameters:
skipping - skip?

getTag

public difflib.DiffRow.Tag getTag()
Returns:
the tag

setTag

public void setTag(difflib.DiffRow.Tag tag)
Parameters:
tag - the tag to set


Copyright © 2004–2014. All rights reserved.