Class ChartData
java.lang.Object
org.jenkinsci.plugins.vmanager.charts.model.ChartData
- All Implemented Interfaces:
Serializable
Data model for chart rendering.
This class is serialized to JSON and sent to the frontend.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInner class representing a data series. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetUrls()booleanvoidsetChartType(String chartType) voidvoidvoidsetStacked(boolean stacked) void
-
Constructor Details
-
ChartData
public ChartData()
-
-
Method Details
-
getLabels
-
setLabels
-
getUrls
-
setUrls
-
getSeries
-
addSeries
-
addSeries
-
getChartType
-
setChartType
-
isStacked
public boolean isStacked() -
setStacked
public void setStacked(boolean stacked) -
getOptions
-
setOption
-