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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionio.jenkins.plugins.forensics.blame.FileLocationstoFileLocations(edu.hm.hafner.analysis.Report report) Returns the affected file locations in the report.
- 
Constructor Details- 
ReportLocationspublic ReportLocations()
 
- 
- 
Method Details- 
toFileLocationspublic 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
 
 
-