| Modifier and Type | Method and Description |
|---|---|
List<SideBySideView.Line> |
JobConfigHistoryBaseAction.getDiffLines(List<String> diffLines)
Returns side-by-side (i.e. human-readable) diff view lines.
|
List<SideBySideView.Line> |
SideBySideView.getLines()
Returns the lines of the
SideBySideView. |
List<SideBySideView.Line> |
JobConfigHistoryRootAction.getLines()
Returns the diff between two config files as a list of single lines.
|
List<SideBySideView.Line> |
JobConfigHistoryProjectAction.getLines()
Takes the two timestamp request parameters and returns the diff between the corresponding
config files of this project as a list of single lines.
|
List<SideBySideView.Line> |
ComputerConfigHistoryAction.getLines()
Takes the two timestamp request parameters and returns the diff between the corresponding
config files of this slave as a list of single lines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SideBySideView.addLine(SideBySideView.Line line)
Adds a line.
|
Copyright © 2004–2016. All rights reserved.