Class ReportLocations

java.lang.Object
io.jenkins.plugins.analysis.core.model.ReportLocations

public class ReportLocations extends Object
Extracts all affected files of a Report and adds them to a new FileLocations instance.
Author:
Ullrich Hafner
  • Constructor Details

    • ReportLocations

      public ReportLocations()
  • Method Details

    • toFileLocations

      public io.jenkins.plugins.forensics.blame.FileLocations toFileLocations(edu.hm.hafner.analysis.Report report)
      Returns the affected file locations in the report.
      Parameters:
      report - the report to get the affected files from
      Returns:
      the affected file locations