Uses of Enum Class
hudson.model.MultiStageTimeSeries.TimeScale
Packages that use MultiStageTimeSeries.TimeScale
-
Uses of MultiStageTimeSeries.TimeScale in hudson.model
Fields in hudson.model declared as MultiStageTimeSeries.TimeScaleMethods in hudson.model that return MultiStageTimeSeries.TimeScaleModifier and TypeMethodDescriptionParses theMultiStageTimeSeries.TimeScale
from the query parameter.Returns the enum constant of this class with the specified name.static MultiStageTimeSeries.TimeScale[]
MultiStageTimeSeries.TimeScale.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson.model with parameters of type MultiStageTimeSeries.TimeScaleModifier 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) float
MultiStageTimeSeries.getLatest
(MultiStageTimeSeries.TimeScale timeScale) Gets the most up-to-date data point value.float
LoadStatistics.getLatestIdleExecutors
(MultiStageTimeSeries.TimeScale timeScale) Deprecated.MultiStageTimeSeries.pick
(MultiStageTimeSeries.TimeScale timeScale) Selects aTimeSeries
.Constructors in hudson.model with parameters of type MultiStageTimeSeries.TimeScaleModifierConstructorDescriptionTrendChart
(MultiStageTimeSeries.TimeScale timeScale, MultiStageTimeSeries... series)
LoadStatistics.idleExecutors
directly.