Class ActivityCountAggregator
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
org.camunda.bpm.qa.performance.engine.framework.activitylog.ActivityCountAggregator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SectionedHtmlReportBuilderstatic final longstatic final longstatic final longFields inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
resultDirectory -
Constructor Summary
ConstructorsConstructorDescriptionActivityCountAggregator(String resultsFolderPath, SectionedHtmlReportBuilder htmlBuilder) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddTableBody(TabularResultSet tabularResultSet, List<String> watchActivities, PerfTestResult passResult) protected voidaddTableHeaders(TabularResultSet tabularResultSet, List<String> watchActivities) protected intcalculateTimeSlot(Date date, long firstTimestamp) protected TabularResultSetprotected StringgetPassTitle(String testName, PerfTestConfiguration configuration, PerfTestResult passResult) protected TabularResultSetprocessPassResult(List<String> watchActivities, PerfTestResult passResult) protected voidprocessResults(PerfTestResults results, TabularResultSet tabularResultSet) Methods inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
execute, postProcessResultSet, processFile, sortResults
-
Field Details
-
INTERVAL
public static final long INTERVAL- See Also:
-
TIME_UNIT
public static final long TIME_UNIT- See Also:
-
INTERVAL_SECONDS
public static final long INTERVAL_SECONDS- See Also:
-
htmlBuilder
-
-
Constructor Details
-
ActivityCountAggregator
-
-
Method Details
-
createAggregatedResultsInstance
- Specified by:
createAggregatedResultsInstancein classTabularResultAggregator
-
processResults
- Specified by:
processResultsin classTabularResultAggregator
-
getPassTitle
protected String getPassTitle(String testName, PerfTestConfiguration configuration, PerfTestResult passResult) -
processPassResult
protected TabularResultSet processPassResult(List<String> watchActivities, PerfTestResult passResult) -
addTableHeaders
-
addTableBody
protected void addTableBody(TabularResultSet tabularResultSet, List<String> watchActivities, PerfTestResult passResult) -
calculateTimeSlot
-