Class CodeSonarChartOptions
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.models.json.CodeSonarChartOptions
-
public class CodeSonarChartOptions extends Object
- Author:
- aseno
-
-
Constructor Summary
Constructors Constructor Description CodeSonarChartOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSample_size()
String
getSampling()
boolean
isIs_stacked()
boolean
isShow_empty_items()
boolean
isShow_legend()
boolean
isSort_ascending()
void
setIs_stacked(boolean is_stacked)
void
setSample_size(String sample_size)
void
setSampling(String sampling)
void
setShow_empty_items(boolean show_empty_items)
void
setShow_legend(boolean show_legend)
void
setSort_ascending(boolean sort_ascending)
String
toString()
-
-
-
Method Detail
-
isSort_ascending
public boolean isSort_ascending()
-
setSort_ascending
public void setSort_ascending(boolean sort_ascending)
-
isShow_legend
public boolean isShow_legend()
-
setShow_legend
public void setShow_legend(boolean show_legend)
-
isIs_stacked
public boolean isIs_stacked()
-
setIs_stacked
public void setIs_stacked(boolean is_stacked)
-
isShow_empty_items
public boolean isShow_empty_items()
-
setShow_empty_items
public void setShow_empty_items(boolean show_empty_items)
-
getSampling
public String getSampling()
-
setSampling
public void setSampling(String sampling)
-
getSample_size
public String getSample_size()
-
setSample_size
public void setSample_size(String sample_size)
-
-