public class KlocworkReportConfig extends hudson.model.AbstractDescribableImpl<KlocworkReportConfig>
Modifier and Type | Class and Description |
---|---|
static class |
KlocworkReportConfig.DescriptorImpl |
Constructor and Description |
---|
KlocworkReportConfig(boolean displayChart) |
Modifier and Type | Method and Description |
---|---|
String |
getChartHeight() |
String |
getChartWidth() |
String |
getQuery() |
boolean |
isDisplayChart() |
void |
setChartHeight(String chartHeight) |
void |
setChartWidth(String chartWidth) |
void |
setDisplayChart(boolean displayChart) |
void |
setQuery(String query) |
@DataBoundConstructor public KlocworkReportConfig(boolean displayChart)
public boolean isDisplayChart()
@DataBoundSetter public void setDisplayChart(boolean displayChart)
public String getQuery()
@DataBoundSetter public void setQuery(String query)
public String getChartHeight()
@DataBoundSetter public void setChartHeight(String chartHeight)
public String getChartWidth()
@DataBoundSetter public void setChartWidth(String chartWidth)
Copyright © 2016–2019. All rights reserved.