Class ChartDefinition
java.lang.Object
org.jenkinsci.plugins.vmanager.charts.model.ChartDefinition
- All Implemented Interfaces:
Describable<ChartDefinition>
Defines one custom chart shown on the vManager Charts page.
Each chart has a title (rendered above it) and one or more
MetricDefinition entries that become series on that chart.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChartDefinition(String title, List<MetricDefinition> metrics, String vPlanType, String vPlanPath) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
ChartDefinition
@DataBoundConstructor public ChartDefinition(String title, List<MetricDefinition> metrics, String vPlanType, String vPlanPath)
-
-
Method Details
-
getTitle
-
getMetrics
-
getVPlanType
-
getVPlanPath
-
getMaxBuilds
public int getMaxBuilds() -
setMaxBuilds
@DataBoundSetter public void setMaxBuilds(int maxBuilds)
-