Class ReportLocations
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.ReportLocations
-
public class ReportLocations extends Object
Extracts all affected files of aReport
and adds them to a newFileLocations
instance.- Author:
- Ullrich Hafner
-
-
Constructor Summary
Constructors Constructor Description ReportLocations()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.jenkins.plugins.forensics.blame.FileLocations
toFileLocations(edu.hm.hafner.analysis.Report report)
Returns the affected file locations in the report.io.jenkins.plugins.forensics.blame.FileLocations
toFileLocations(edu.hm.hafner.analysis.Report report, String workspace)
Deprecated.
-
-
-
Method Detail
-
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
-
toFileLocations
@Deprecated public io.jenkins.plugins.forensics.blame.FileLocations toFileLocations(edu.hm.hafner.analysis.Report report, String workspace)
Deprecated.Returns the affected file locations in the report.- Parameters:
report
- the report to get the affected files fromworkspace
- the workspace to get the SCM repository from- Returns:
- the affected file locations
-
-