Uses of Class
io.jenkins.plugins.reporter.model.Item
-
Packages that use Item Package Description io.jenkins.plugins.reporter io.jenkins.plugins.reporter.charts io.jenkins.plugins.reporter.model -
-
Uses of Item in io.jenkins.plugins.reporter
Methods in io.jenkins.plugins.reporter that return Item Modifier and Type Method Description Item
ReportDetails. getItem()
Constructors in io.jenkins.plugins.reporter with parameters of type Item Constructor Description ReportDetails(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 Item Modifier and Type Method Description edu.hm.hafner.echarts.PieChartModel
ItemPieChart. create(Report report, Item item)
Creates the chart for the specified item.Method parameters in io.jenkins.plugins.reporter.charts with type arguments of type Item 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. -
Uses of Item in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return Item Modifier and Type Method Description Item
ItemTableModel. getItem()
Item
ItemTableModel.ItemRow. getItem()
Methods in io.jenkins.plugins.reporter.model that return types with arguments of type Item Modifier and Type Method Description Optional<Item>
Report. findItem(String id)
Optional<Item>
ReportBase. findItem(String id, List<Item> items)
Find the item with id in given list of items.List<Item>
Item. getItems()
List<Item>
Report. getItems()
List<Item>
ReportDto. getItems()
Methods in io.jenkins.plugins.reporter.model with parameters of type Item Modifier and Type Method Description void
Item. addItem(Item item)
Method parameters in io.jenkins.plugins.reporter.model with type arguments of type Item Modifier and Type Method Description LinkedHashMap<String,Integer>
Report. aggregate(List<Item> items)
Aggregates the results of all items.Optional<Item>
ReportBase. findItem(String id, List<Item> items)
Find the item with id in given list of items.void
Item. setItems(List<Item> items)
void
Report. setItems(List<Item> items)
void
ReportDto. setItems(List<Item> items)
Constructors in io.jenkins.plugins.reporter.model with parameters of type Item Constructor Description ItemSeriesBuilder(Item item)
Creates a newItemSeriesBuilder
.ItemTableModel(Report report, Item item)
Creates a new instance ofItemTableModel
.
-