public class Chart extends Object implements Serializable, hudson.model.Describable<Chart>
Modifier and Type | Class and Description |
---|---|
static class |
Chart.ChartDescriptor |
Modifier and Type | Field and Description |
---|---|
String |
categoryAxisLabel |
String |
connectionName |
Integer |
height |
String |
name |
String |
sqlQuery |
String |
title |
String |
valuesAxisLabel |
Integer |
width |
Constructor and Description |
---|
Chart(net.sf.json.JSONObject object) |
Chart(String name,
String title,
Integer width,
Integer height,
String connectionName,
String sqlQuery,
String valuesAxisLabel,
String categoryAxisLabel) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<Chart> |
getDescriptor() |
JDBCConnection |
getJDBCConnection() |
DbChartPublisher.DescriptorImpl |
getPublisherDescriptor() |
public final String name
public final String title
public final String valuesAxisLabel
public final String categoryAxisLabel
public final Integer width
public final Integer height
public final String connectionName
public final String sqlQuery
@DataBoundConstructor public Chart(String name, String title, Integer width, Integer height, String connectionName, String sqlQuery, String valuesAxisLabel, String categoryAxisLabel)
public Chart(net.sf.json.JSONObject object)
public hudson.model.Descriptor<Chart> getDescriptor()
getDescriptor
in interface hudson.model.Describable<Chart>
public DbChartPublisher.DescriptorImpl getPublisherDescriptor()
public JDBCConnection getJDBCConnection()
Copyright © 2004-2013. All Rights Reserved.