Class ReportLocations
java.lang.Object
io.jenkins.plugins.analysis.core.model.ReportLocations
Extracts all affected files of a
Report
and adds them to a new FileLocations
instance.- Author:
- Ullrich Hafner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.jenkins.plugins.forensics.blame.FileLocations
toFileLocations
(edu.hm.hafner.analysis.Report report) Returns the affected file locations in the report.
-
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
-