Uses of Class
com.hello2morrow.sonargraph.integration.jenkins.persistence.MetricId
-
Packages that use MetricId Package Description com.hello2morrow.sonargraph.integration.jenkins.model com.hello2morrow.sonargraph.integration.jenkins.persistence -
-
Uses of MetricId in com.hello2morrow.sonargraph.integration.jenkins.model
Methods in com.hello2morrow.sonargraph.integration.jenkins.model with parameters of type MetricId Modifier and Type Method Description org.jfree.chart.JFreeChart
AbstractPlot. createXYChart(MetricId metric, String categoryName, int maximumNumberOfDataPoints, boolean hideLegend)
Creates a chart for a Sonargraph metricprotected org.jfree.data.xy.XYDataset
AbstractPlot. createXYDataset(MetricId metric, int maximumNumberOfDataPoints)
Creates a XYDataset from a CSV file.protected org.jfree.data.xy.XYDataset
TimeSeriesPlot. createXYDataset(MetricId metric, int maximumNumberOfDataPoints)
Creates a XYDataset from a CSV file.List<IDataPoint>
IMetricHistoryProvider. readMetricValues(MetricId metric)
Method parameters in com.hello2morrow.sonargraph.integration.jenkins.model with type arguments of type MetricId Modifier and Type Method Description void
IMetricHistoryProvider. 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 MetricId Modifier and Type Method Description static MetricId
MetricId. from(com.hello2morrow.sonargraph.integration.access.model.IMetricId metricId)
MetricId
MetricIds. getMetricId(String metricName)
Methods in com.hello2morrow.sonargraph.integration.jenkins.persistence that return types with arguments of type MetricId Modifier and Type Method Description Map<String,MetricId>
MetricIds. getMetricIds()
Map<String,MetricId>
MetricIds. getMetricIds(String language)
Set<MetricId>
MetricIds. getMetricIdsForCategory(String metricCategory)
Methods in com.hello2morrow.sonargraph.integration.jenkins.persistence with parameters of type MetricId Modifier and Type Method Description void
MetricIds. addMetricId(MetricId metricId)
protected void
CSVFileHandler. processLine(String[] nextLine, int column, List<IDataPoint> sonargraphDataset, MetricId metric, NumberFormat numberFormat)
List<IDataPoint>
CSVFileHandler. readMetricValues(MetricId metric)
Method parameters in com.hello2morrow.sonargraph.integration.jenkins.persistence with type arguments of type MetricId Modifier and Type Method Description void
CSVFileHandler. writeMetricValues(Integer buildnumber, long timestamp, Map<MetricId,String> metricValues)
-