| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipelineConfigHistory.view |
| Modifier and Type | Method and Description |
|---|---|
List<SideBySideView.Line> |
GetDiffLines.get()
Returns a list of
SideBySideView lines. |
List<SideBySideView.Line> |
SideBySideView.getLines()
Returns the lines of the
SideBySideView. |
List<SideBySideView.Line> |
DiffLineGenerator.getLines()
Calculate the line-wise diff between the two files and return a @link{SideBySideView} representation.
|
List<SideBySideView.Line> |
PipelineConfigHistoryProjectAction.getLines(File file1,
File file2)
Calculate the line-wise diff of the given files.
|
List<SideBySideView.Line> |
PipelineConfigHistoryProjectAction.getLines(Match match)
Calculate the line-wise diff of the files contained in the given match.
|
List<SideBySideView.Line> |
PipelineConfigHistoryProjectAction.getLines(String file1Str,
String file2Str)
Calculate the line-wise diff of the given files (as \n-containing strings).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SideBySideView.addLine(SideBySideView.Line line)
Adds a line.
|
| Modifier and Type | Method and Description |
|---|---|
List<SingleLineView.Line> |
PipelineConfigHistoryProjectAction.getSingleLineViewLines(List<SideBySideView.Line> unsortedLines) |
Copyright © 2016–2020. All rights reserved.