Uses of Class
step.artefacts.Aggregation
-
Packages that use Aggregation Package Description step.artefacts step.artefacts.handlers step.plans.assertions -
-
Uses of Aggregation in step.artefacts
Methods in step.artefacts that return types with arguments of type Aggregation Modifier and Type Method Description java.util.function.Function<Aggregation,java.lang.Number>
Aggregator. getValueFunction()
-
Uses of Aggregation in step.artefacts.handlers
Methods in step.artefacts.handlers with parameters of type Aggregation Modifier and Type Method Description protected boolean
PerformanceAssertHandler. matchesFilters(java.util.List<Filter> filters, Aggregation aggregation)
-
Uses of Aggregation in step.plans.assertions
Methods in step.plans.assertions that return types with arguments of type Aggregation Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,Aggregation>>
PerformanceAssertSession. getAggregations()
-