Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Field and Description |
---|---|
MultiStageTimeSeries.TimeScale |
MultiStageTimeSeries.TrendChart.timeScale |
Modifier and Type | Method and Description |
---|---|
static MultiStageTimeSeries.TimeScale |
MultiStageTimeSeries.TimeScale.parse(String type)
Parses the
MultiStageTimeSeries.TimeScale from the query parameter. |
static MultiStageTimeSeries.TimeScale |
MultiStageTimeSeries.TimeScale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiStageTimeSeries.TimeScale[] |
MultiStageTimeSeries.TimeScale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
float |
MultiStageTimeSeries.getLatest(MultiStageTimeSeries.TimeScale timeScale)
Gets the most up-to-date data point value.
|
float |
LoadStatistics.getLatestIdleExecutors(MultiStageTimeSeries.TimeScale timeScale)
Deprecated.
use
LoadStatistics.idleExecutors directly. |
TimeSeries |
MultiStageTimeSeries.pick(MultiStageTimeSeries.TimeScale timeScale)
Selects a
TimeSeries . |
Constructor and Description |
---|
TrendChart(MultiStageTimeSeries.TimeScale timeScale,
MultiStageTimeSeries... series) |
Copyright © 2017. All rights reserved.