Uses of Class
hudson.model.MultiStageTimeSeries.TrendChart
-
Packages that use MultiStageTimeSeries.TrendChart Package Description hudson.diagnosis hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of MultiStageTimeSeries.TrendChart in hudson.diagnosis
Methods in hudson.diagnosis that return MultiStageTimeSeries.TrendChart Modifier and Type Method Description MultiStageTimeSeries.TrendChart
MemoryUsageMonitor.MemoryGroup. doGraph(String type)
Generates the memory usage statistics graph. -
Uses of MultiStageTimeSeries.TrendChart in hudson.model
Methods in hudson.model that return MultiStageTimeSeries.TrendChart Modifier and Type Method Description protected MultiStageTimeSeries.TrendChart
OverallLoadStatistics. createOverallTrendChart(MultiStageTimeSeries.TimeScale timeScale)
When drawing the overall load statistics, use the total queue length, notLoadStatistics.queueLength
, which just shows jobs that are to be run on the master.MultiStageTimeSeries.TrendChart
LoadStatistics. createTrendChart(MultiStageTimeSeries.TimeScale timeScale)
CreatesCategoryDataset
which then becomes the basis of the load statistics graph.static MultiStageTimeSeries.TrendChart
MultiStageTimeSeries. createTrendChart(MultiStageTimeSeries.TimeScale scale, MultiStageTimeSeries... data)
MultiStageTimeSeries.TrendChart
LoadStatistics. doGraph(String type)
Generates the load statistics graph.
-