Uses of Class
hudson.model.MultiStageTimeSeries.TrendChart

Packages that use MultiStageTimeSeries.TrendChart
hudson.diagnosis   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of MultiStageTimeSeries.TrendChart in hudson.diagnosis
 

Methods in hudson.diagnosis that return MultiStageTimeSeries.TrendChart
 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
protected  MultiStageTimeSeries.TrendChart OverallLoadStatistics.createOverallTrendChart(MultiStageTimeSeries.TimeScale timeScale)
          When drawing the overall load statistics, use the total queue length, not LoadStatistics.queueLength, which just shows jobs that are to be run on the master.
 MultiStageTimeSeries.TrendChart LoadStatistics.createTrendChart(MultiStageTimeSeries.TimeScale timeScale)
          Creates CategoryDataset 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.
 



Copyright © 2004-2013. All Rights Reserved.