Uses of Class
io.quarkus.test.metrics.GaugesTypes
-
Packages that use GaugesTypes Package Description io.quarkus.test.metrics -
-
Uses of GaugesTypes in io.quarkus.test.metrics
Methods in io.quarkus.test.metrics that return GaugesTypes Modifier and Type Method Description static GaugesTypesGaugesTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static GaugesTypes[]GaugesTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.test.metrics with parameters of type GaugesTypes Modifier and Type Method Description voidQuarkusGauges. increment(GaugesTypes gaugesTypes)
-