Uses of Interface
com.hello2morrow.sonargraph.integration.jenkins.model.IDataPoint
-
Packages that use IDataPoint Package Description com.hello2morrow.sonargraph.integration.jenkins.model com.hello2morrow.sonargraph.integration.jenkins.persistence -
-
Uses of IDataPoint in com.hello2morrow.sonargraph.integration.jenkins.model
Classes in com.hello2morrow.sonargraph.integration.jenkins.model that implement IDataPoint Modifier and Type Class Description class
BuildDataPoint
class
InvalidDataPoint
class
NotExistingDataPoint
Methods in com.hello2morrow.sonargraph.integration.jenkins.model that return types with arguments of type IDataPoint Modifier and Type Method Description List<IDataPoint>
IMetricHistoryProvider. readMetricValues(MetricId metric)
-
Uses of IDataPoint in com.hello2morrow.sonargraph.integration.jenkins.persistence
Methods in com.hello2morrow.sonargraph.integration.jenkins.persistence that return types with arguments of type IDataPoint Modifier and Type Method Description List<IDataPoint>
CSVFileHandler. readMetricValues(MetricId metric)
Method parameters in com.hello2morrow.sonargraph.integration.jenkins.persistence with type arguments of type IDataPoint Modifier and Type Method Description protected void
CSVFileHandler. processLine(String[] nextLine, int column, List<IDataPoint> sonargraphDataset, MetricId metric, NumberFormat numberFormat)
-