Uses of Class
io.jenkins.plugins.reporter.model.Report
-
Packages that use Report Package Description io.jenkins.plugins.reporter io.jenkins.plugins.reporter.charts io.jenkins.plugins.reporter.model io.jenkins.plugins.reporter.util -
-
Uses of Report in io.jenkins.plugins.reporter
Methods in io.jenkins.plugins.reporter that return Report Modifier and Type Method Description Report
JobAction. getReport()
Report
ReportResult. getReport()
Report
ReportScanner. scan()
Methods in io.jenkins.plugins.reporter that return types with arguments of type Report Modifier and Type Method Description Optional<Report>
ReportScanner. findPreviousReport(Run<?,?> run, String id)
Constructors in io.jenkins.plugins.reporter with parameters of type Report Constructor Description JobAction(Job<?,?> owner, String name, Report report)
Creates a new instance ofJobAction
.ReportResult(Run<?,?> owner, Report report)
-
Uses of Report in io.jenkins.plugins.reporter.charts
Methods in io.jenkins.plugins.reporter.charts with parameters of type Report Modifier and Type Method Description edu.hm.hafner.echarts.LinesChartModel
ItemHistoryChart. create(Iterable<? extends edu.hm.hafner.echarts.BuildResult<ReportResult>> results, edu.hm.hafner.echarts.ChartModelConfiguration configuration, edu.hm.hafner.echarts.SeriesBuilder<ReportResult> builder, Report report, List<Item> items)
Creates the chart for the specified results.edu.hm.hafner.echarts.PieChartModel
ItemPieChart. create(Report report, Item item)
Creates the chart for the specified item. -
Uses of Report in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return Report Modifier and Type Method Description Report
History. getReport()
Returns the report of the historical result.Report
ItemTableModel. getReport()
Report
NullReportHistory. getReport()
Report
ReportHistory. getReport()
Report
Provider. scan(Run<?,?> run, FilePath workspace, LogHandler logger)
Report
ReportDto. toReport()
Methods in io.jenkins.plugins.reporter.model that return types with arguments of type Report Modifier and Type Method Description List<Report>
Report. getSubReports()
Methods in io.jenkins.plugins.reporter.model with parameters of type Report Modifier and Type Method Description void
Report. add(Report report)
String
Item. getLabel(Report report, Integer value, double percentage)
Method parameters in io.jenkins.plugins.reporter.model with type arguments of type Report Modifier and Type Method Description void
Report. setSubReports(List<Report> subReports)
Constructors in io.jenkins.plugins.reporter.model with parameters of type Report Constructor Description ItemTableModel(Report report, Item item)
Creates a new instance ofItemTableModel
. -
Uses of Report in io.jenkins.plugins.reporter.util
Methods in io.jenkins.plugins.reporter.util that return Report Modifier and Type Method Description Report
FilesScanner. invoke(File workspace, hudson.remoting.VirtualChannel channel)
Methods in io.jenkins.plugins.reporter.util with parameters of type Report Modifier and Type Method Description void
LogHandler. log(Report report)
Log all info and error messages that are stored in the set of issues.Constructors in io.jenkins.plugins.reporter.util with parameters of type Report Constructor Description LogHandler(TaskListener listener, String name, Report report)
Creates a newLogHandler
.
-