Uses of Class
hudson.plugins.jobConfigHistory.SideBySideView.Line

Uses of SideBySideView.Line in hudson.plugins.jobConfigHistory
 

Methods in hudson.plugins.jobConfigHistory that return types with arguments of type SideBySideView.Line
 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.
 

Methods in hudson.plugins.jobConfigHistory with parameters of type SideBySideView.Line
 void SideBySideView.addLine(SideBySideView.Line line)
          Adds a line.
 



Copyright © 2004–2014. All rights reserved.