Uses of Class
io.jenkins.plugins.genericchart.ChartModel
-
-
Uses of ChartModel in io.jenkins.plugins.genericchart
Methods in io.jenkins.plugins.genericchart that return types with arguments of type ChartModel Modifier and Type Method Description List<ChartModel>GenericChartPublisher. getCharts()Descriptor<ChartModel>ChartModel. getDescriptor()Methods in io.jenkins.plugins.genericchart with parameters of type ChartModel Modifier and Type Method Description static ReportChartReportChart. createReportChart(ChartModel m, PropertiesParser parser, Job<?,?> job)ChartPointsWithBlacklistPropertiesParser. getReportPointsWithBlacklist(Job<?,?> job, ChartModel chart)Method parameters in io.jenkins.plugins.genericchart with type arguments of type ChartModel Modifier and Type Method Description voidGenericChartPublisher. setCharts(List<ChartModel> charts)Constructor parameters in io.jenkins.plugins.genericchart with type arguments of type ChartModel Constructor Description GenericChartProjectAction(Job<?,?> job, List<ChartModel> charts)GenericChartPublisher(List<ChartModel> charts)
-