Uses of Class
us.abstracta.jmeter.javadsl.octoperf.api.BenchReport.ReportMetricId
-
Packages that use BenchReport.ReportMetricId Package Description us.abstracta.jmeter.javadsl.octoperf.api -
-
Uses of BenchReport.ReportMetricId in us.abstracta.jmeter.javadsl.octoperf.api
Methods in us.abstracta.jmeter.javadsl.octoperf.api that return BenchReport.ReportMetricId Modifier and Type Method Description static BenchReport.ReportMetricIdBenchReport.ReportMetricId. valueOf(String name)Returns the enum constant of this type with the specified name.static BenchReport.ReportMetricId[]BenchReport.ReportMetricId. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in us.abstracta.jmeter.javadsl.octoperf.api with parameters of type BenchReport.ReportMetricId Constructor Description ReportItemMetric(BenchReport.ReportMetricId id, String benchResultId)
-