Uses of Class
hudson.model.MultiStageTimeSeries.TrendChart
-
Uses of MultiStageTimeSeries.TrendChart in hudson.diagnosis
Modifier and TypeMethodDescriptionGenerates the memory usage statistics graph. -
Uses of MultiStageTimeSeries.TrendChart in hudson.model
Modifier and TypeMethodDescriptionprotected 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.LoadStatistics.createTrendChart
(MultiStageTimeSeries.TimeScale timeScale) CreatesCategoryDataset
which then becomes the basis of the load statistics graph.MultiStageTimeSeries.createTrendChart
(MultiStageTimeSeries.TimeScale scale, MultiStageTimeSeries... data) Generates the load statistics graph.