Uses of Class
step.artefacts.metrics.Aggregation
-
Packages that use Aggregation Package Description step.artefacts.metrics -
-
Uses of Aggregation in step.artefacts.metrics
Fields in step.artefacts.metrics declared as Aggregation Modifier and Type Field Description Aggregation
AssertMetric. aggregation
Methods in step.artefacts.metrics that return Aggregation Modifier and Type Method Description static Aggregation
Aggregation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Aggregation[]
Aggregation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-