Uses of Class
hudson.model.MultiStageTimeSeries.TrendChart
Packages that use MultiStageTimeSeries.TrendChart
-
Uses of MultiStageTimeSeries.TrendChart in hudson.diagnosis
Methods in hudson.diagnosis that return MultiStageTimeSeries.TrendChartModifier and TypeMethodDescriptionGenerates the memory usage statistics graph. -
Uses of MultiStageTimeSeries.TrendChart in hudson.model
Methods in hudson.model that return MultiStageTimeSeries.TrendChartModifier and TypeMethodDescriptionprotected MultiStageTimeSeries.TrendChartOverallLoadStatistics.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) CreatesCategoryDatasetwhich then becomes the basis of the load statistics graph.MultiStageTimeSeries.createTrendChart(MultiStageTimeSeries.TimeScale scale, MultiStageTimeSeries... data) Generates the load statistics graph.