Uses of Enum Class
hudson.model.MultiStageTimeSeries.TimeScale
-
Uses of MultiStageTimeSeries.TimeScale in hudson.model
Modifier 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.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) 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
.ModifierConstructorDescriptionTrendChart
(MultiStageTimeSeries.TimeScale timeScale, MultiStageTimeSeries... series)
LoadStatistics.idleExecutors
directly.