Class CodeSonarChartOptions
java.lang.Object
org.jenkinsci.plugins.codesonar.models.json.CodeSonarChartOptions
- Author:
- aseno
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
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) toString()
-
Constructor Details
-
CodeSonarChartOptions
public CodeSonarChartOptions()
-
-
Method Details
-
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
-
setSampling
-
getSample_size
-
setSample_size
-
toString
-