Uses of Class
us.abstracta.jmeter.javadsl.octoperf.api.BenchResult.State
-
Packages that use BenchResult.State Package Description us.abstracta.jmeter.javadsl.octoperf.api -
-
Uses of BenchResult.State in us.abstracta.jmeter.javadsl.octoperf.api
Methods in us.abstracta.jmeter.javadsl.octoperf.api that return BenchResult.State Modifier and Type Method Description BenchResult.StateBenchResult. getState()static BenchResult.StateBenchResult.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BenchResult.State[]BenchResult.State. 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 BenchResult.State Constructor Description BenchResult(BenchResult.State state, Instant created, Instant lastModified)
-