Package hudson.plugins.jobConfigHistory
Class GetDiffLines
- java.lang.Object
-
- hudson.plugins.jobConfigHistory.GetDiffLines
-
public class GetDiffLines extends Object
Returns side-by-side (i.e. human-readable) diff view lines.- Author:
- Mirko Friedenhagen, Kojima Takanori
-
-
Constructor Summary
Constructors Constructor Description GetDiffLines(List<String> diffLines)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SideBySideView.Line>
get()
Returns a list ofSideBySideView
lines.
-
-
-
Constructor Detail
-
GetDiffLines
public GetDiffLines(List<String> diffLines)
Constructor.- Parameters:
diffLines
- to construct theSideBySideView
for.
-
-
Method Detail
-
get
public List<SideBySideView.Line> get() throws com.github.difflib.patch.DiffException
Returns a list ofSideBySideView
lines.- Returns:
- list of
SideBySideView
lines. - Throws:
com.github.difflib.patch.DiffException
-
-