Package valorless.valorlessutils
Class Metrics.SingleLineChart
java.lang.Object
valorless.valorlessutils.Metrics.CustomChart
valorless.valorlessutils.Metrics.SingleLineChart
- Enclosing class:
- Metrics
- 
Constructor SummaryConstructorsConstructorDescriptionSingleLineChart(String chartId, Callable<Integer> callable) Class constructor.
- 
Method SummaryMethods inherited from class valorless.valorlessutils.Metrics.CustomChartgetRequestJsonObject
- 
Constructor Details- 
SingleLineChartClass constructor.- Parameters:
- chartId- The id of the chart.
- callable- The callable which is used to request the chart data.
 
 
- 
- 
Method Details- 
getChartData- Specified by:
- getChartDatain class- Metrics.CustomChart
- Throws:
- Exception
 
 
-