Uses of Class
io.jenkins.plugins.reporter.ReportResult
Packages that use ReportResult
Package
Description
-
Uses of ReportResult in io.jenkins.plugins.reporter
Methods in io.jenkins.plugins.reporter that return ReportResultConstructors in io.jenkins.plugins.reporter with parameters of type ReportResultModifierConstructorDescriptionReportAction(Run<?, ?> owner, ReportResult result, String name) ReportDetails(Run<?, ?> owner, String url, ReportResult result, String displayName, Item item, Optional<ReportDetails> parentViewModel) Creates a new instance ofReportDetails. -
Uses of ReportResult in io.jenkins.plugins.reporter.charts
Method parameters in io.jenkins.plugins.reporter.charts with type arguments of type ReportResultModifier and TypeMethodDescriptionedu.hm.hafner.echarts.LinesChartModelItemHistoryChart.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.LinesChartModelItemHistoryChart.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. -
Uses of ReportResult in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return types with arguments of type ReportResultModifier and TypeMethodDescriptionHistory.getBaselineResult()Returns the baseline result (if already available).NullReportHistory.getBaselineResult()ReportHistory.getBaselineResult()History.getResult()Returns the historical result (if there is any).NullReportHistory.getResult()ReportHistory.getResult()Iterator<edu.hm.hafner.echarts.BuildResult<ReportResult>>History.iterator()Iterator<edu.hm.hafner.echarts.BuildResult<ReportResult>>NullReportHistory.iterator()Iterator<edu.hm.hafner.echarts.BuildResult<ReportResult>>ReportHistory.iterator()Methods in io.jenkins.plugins.reporter.model with parameters of type ReportResultModifier and TypeMethodDescriptionItemSeriesBuilder.computeSeries(ReportResult reportResult) ReportSeriesBuilder.computeSeries(ReportResult reportResult)