Uses of Class
io.jenkins.plugins.reporter.model.Report
Packages that use Report
Package
Description
-
Uses of Report in io.jenkins.plugins.reporter
Methods in io.jenkins.plugins.reporter that return ReportModifier and TypeMethodDescriptionJobAction.getReport()
ReportResult.getReport()
ReportScanner.scan()
Methods in io.jenkins.plugins.reporter that return types with arguments of type ReportConstructors in io.jenkins.plugins.reporter with parameters of type Report -
Uses of Report in io.jenkins.plugins.reporter.charts
Methods in io.jenkins.plugins.reporter.charts with parameters of type ReportModifier and TypeMethodDescriptionedu.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
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 ReportModifier and TypeMethodDescriptionHistory.getReport()
Returns the report of the historical result.ItemTableModel.getReport()
NullReportHistory.getReport()
ReportHistory.getReport()
Provider.scan
(Run<?, ?> run, FilePath workspace, LogHandler logger) ReportDto.toReport()
Methods in io.jenkins.plugins.reporter.model that return types with arguments of type ReportMethods in io.jenkins.plugins.reporter.model with parameters of type ReportModifier and TypeMethodDescriptionvoid
Method parameters in io.jenkins.plugins.reporter.model with type arguments of type ReportConstructors in io.jenkins.plugins.reporter.model with parameters of type ReportModifierConstructorDescriptionItemTableModel
(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 ReportModifier and TypeMethodDescriptionMethods in io.jenkins.plugins.reporter.util with parameters of type ReportModifier and TypeMethodDescriptionvoid
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 ReportModifierConstructorDescriptionLogHandler
(TaskListener listener, String name, Report report) Creates a newLogHandler
.