Uses of Class
com.hello2morrow.sonargraph.integration.jenkins.persistence.MetricId
Packages that use MetricId
Package
Description
- 
Uses of MetricId in com.hello2morrow.sonargraph.integration.jenkins.model
Methods in com.hello2morrow.sonargraph.integration.jenkins.model with parameters of type MetricIdModifier and TypeMethodDescriptionfinal org.jfree.chart.JFreeChartAbstractPlot.createXYChart(MetricId metric, String categoryName, int maximumNumberOfDataPoints, boolean hideLegend) Creates a chart for a Sonargraph metricprotected org.jfree.data.xy.XYDatasetAbstractPlot.createXYDataset(MetricId metric, int maximumNumberOfDataPoints) Creates a XYDataset from a CSV file.protected org.jfree.data.xy.XYDatasetTimeSeriesPlot.createXYDataset(MetricId metric, int maximumNumberOfDataPoints) Creates a XYDataset from a CSV file.IMetricHistoryProvider.readMetricValues(MetricId metric) Method parameters in com.hello2morrow.sonargraph.integration.jenkins.model with type arguments of type MetricIdModifier and TypeMethodDescriptionvoidIMetricHistoryProvider.writeMetricValues(Integer buildNumber, long timestamp, Map<MetricId, String> metricValues) Appends all supported metrics for a specific build. - 
Uses of MetricId in com.hello2morrow.sonargraph.integration.jenkins.persistence
Methods in com.hello2morrow.sonargraph.integration.jenkins.persistence that return MetricIdModifier and TypeMethodDescriptionstatic MetricIdMetricId.from(com.hello2morrow.sonargraph.integration.access.model.IMetricId metricId) MetricIds.getMetricId(String metricName) Methods in com.hello2morrow.sonargraph.integration.jenkins.persistence that return types with arguments of type MetricIdModifier and TypeMethodDescriptionMetricIds.getMetricIds()MetricIds.getMetricIds(String language) MetricIds.getMetricIdsForCategory(String metricCategory) Methods in com.hello2morrow.sonargraph.integration.jenkins.persistence with parameters of type MetricIdModifier and TypeMethodDescriptionvoidMetricIds.addMetricId(MetricId metricId) protected voidCSVFileHandler.processLine(String[] nextLine, int column, List<IDataPoint> sonargraphDataset, MetricId metric, NumberFormat numberFormat) CSVFileHandler.readMetricValues(MetricId metric) Method parameters in com.hello2morrow.sonargraph.integration.jenkins.persistence with type arguments of type MetricIdModifier and TypeMethodDescriptionvoidCSVFileHandler.writeMetricValues(Integer buildnumber, long timestamp, Map<MetricId, String> metricValues)