Package hudson.plugins.jobConfigHistory
Class SideBySideView.Line
java.lang.Object
hudson.plugins.jobConfigHistory.SideBySideView.Line
- Enclosing class:
- SideBySideView
Holds information about a single line, which consists of the left and
right information of the diff.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSimple representation of a diff element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLeft()Returns the left version of a modified line.getRight()Returns the right version of a modified line.com.github.difflib.text.DiffRow.TaggetTag()booleanShould we skip this line.voidsetSkipping(boolean skipping) Sets skipping.voidsetTag(com.github.difflib.text.DiffRow.Tag tag)
-
Constructor Details
-
Line
public Line()
-
-
Method Details
-
getLeft
Returns the left version of a modified line.- Returns:
- left item.
-
getRight
Returns the right version of a modified 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 com.github.difflib.text.DiffRow.Tag getTag()- Returns:
- the tag
-
setTag
public void setTag(com.github.difflib.text.DiffRow.Tag tag) - Parameters:
tag- the tag to set
-