Class ReportApi
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.restapi.ReportApi
-
@ExportedBean public class ReportApi extends Object
Remote API for aReport
. Simple Java Bean that exposes several methods of aReport
instance.- Author:
- Ullrich Hafner
-
-
Constructor Detail
-
ReportApi
public ReportApi(edu.hm.hafner.analysis.Report report, io.jenkins.plugins.forensics.blame.Blames blames)
Creates a newReportApi
.- Parameters:
report
- the report to expose the properties fromblames
- the blames info for this report
-
-