public class ChartModelConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChartModelConfiguration.AxisType
Type of the X-Axis.
|
| Constructor and Description |
|---|
ChartModelConfiguration()
Creates a new chart configuration with the Jenkins build number as X-Axis.
|
ChartModelConfiguration(ChartModelConfiguration.AxisType axisType)
Creates a new chart configuration with the specified X-Axis type.
|
| Modifier and Type | Method and Description |
|---|---|
ChartModelConfiguration.AxisType |
getAxisType()
Returns the type of the X-axis.
|
int |
getBuildCount()
Returns the number of builds to consider.
|
boolean |
isBuildCountDefined()
Returns whether a valid build count is defined.
|
public ChartModelConfiguration()
public ChartModelConfiguration(ChartModelConfiguration.AxisType axisType)
axisType - the type of the X-Axispublic ChartModelConfiguration.AxisType getAxisType()
public int getBuildCount()
public boolean isBuildCountDefined()
true if there is a valid build count is defined, false otherwiseCopyright © 2016–2019. All rights reserved.