Uses of Class
io.jenkins.plugins.reporter.model.Item
Packages that use Item
Package
Description
-
Uses of Item in io.jenkins.plugins.reporter
Methods in io.jenkins.plugins.reporter that return ItemConstructors in io.jenkins.plugins.reporter with parameters of type ItemModifierConstructorDescriptionReportDetails
(Run<?, ?> owner, String url, ReportResult result, String displayName, Item item, Optional<ReportDetails> parentViewModel) Creates a new instance ofReportDetails
. -
Uses of Item in io.jenkins.plugins.reporter.charts
Methods in io.jenkins.plugins.reporter.charts with parameters of type ItemModifier and TypeMethodDescriptionedu.hm.hafner.echarts.PieChartModel
Creates the chart for the specified item.Method parameters in io.jenkins.plugins.reporter.charts with type arguments of type ItemModifier 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. -
Uses of Item in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return ItemMethods in io.jenkins.plugins.reporter.model that return types with arguments of type ItemModifier and TypeMethodDescriptionFind the item with id in given list of items.Item.getItems()
Report.getItems()
ReportDto.getItems()
Methods in io.jenkins.plugins.reporter.model with parameters of type ItemMethod parameters in io.jenkins.plugins.reporter.model with type arguments of type ItemModifier and TypeMethodDescriptionAggregates the results of all items.Find the item with id in given list of items.void
void
void
Constructors in io.jenkins.plugins.reporter.model with parameters of type ItemModifierConstructorDescriptionItemSeriesBuilder
(Item item) Creates a newItemSeriesBuilder
.ItemTableModel
(Report report, Item item) Creates a new instance ofItemTableModel
.