Uses of Class
org.camunda.bpm.qa.performance.engine.framework.PerfTestResult
Packages that use PerfTestResult
Package
Description
-
Uses of PerfTestResult in org.camunda.bpm.qa.performance.engine.benchmark
Methods in org.camunda.bpm.qa.performance.engine.benchmark with parameters of type PerfTestResultModifier and TypeMethodDescriptionprotected voidBenchmarkAggregator.processRow(List<Object> row, PerfTestResult passResult, PerfTestResults results) BenchmarkLongtermAggregator.processRow(PerfTestResult passResult, PerfTestResults results) -
Uses of PerfTestResult in org.camunda.bpm.qa.performance.engine.framework
Fields in org.camunda.bpm.qa.performance.engine.framework declared as PerfTestResultFields in org.camunda.bpm.qa.performance.engine.framework with type parameters of type PerfTestResultModifier and TypeFieldDescriptionprotected List<PerfTestResult>PerfTestResults.passResultsthe individual result entriesMethods in org.camunda.bpm.qa.performance.engine.framework that return PerfTestResultMethods in org.camunda.bpm.qa.performance.engine.framework that return types with arguments of type PerfTestResultMethod parameters in org.camunda.bpm.qa.performance.engine.framework with type arguments of type PerfTestResultModifier and TypeMethodDescriptionvoidPerfTestResults.setPassResults(List<PerfTestResult> results) -
Uses of PerfTestResult in org.camunda.bpm.qa.performance.engine.framework.activitylog
Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog with parameters of type PerfTestResultModifier and TypeMethodDescriptionprotected voidActivityCountAggregator.addTableBody(TabularResultSet tabularResultSet, List<String> watchActivities, PerfTestResult passResult) protected StringActivityCountAggregator.getPassTitle(String testName, PerfTestConfiguration configuration, PerfTestResult passResult) protected TabularResultSetActivityCountAggregator.processPassResult(List<String> watchActivities, PerfTestResult passResult)