Interface MetricsApi


public interface MetricsApi
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<MetricValues>
    getMetrics(String benchResultId)
     
  • Method Details

    • getMetrics

      @GET("/analysis/metrics/global/{benchResultId}") retrofit2.Call<MetricValues> getMetrics(@Path("benchResultId") String benchResultId)