Class ActivityPerfTestWatcher
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.activitylog.ActivityPerfTestWatcher
- All Implemented Interfaces:
PerfTestWatcher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPass(PerfTestPass pass) Invoked after a performance test pass is ended.voidafterRun(PerfTest test, PerfTestRun run) Invoked after a performance test run is ended.voidafterStep(PerfTestStep step, PerfTestRun run) Invoked after aPerfTestRunends an individual step in the performance test.voidbeforePass(PerfTestPass pass) Invoked before a performance test pass is started.voidbeforeRun(PerfTest test, PerfTestRun run) Invoked before a performance test run is started.voidbeforeStep(PerfTestStep step, PerfTestRun run) Invoked before aPerfTestRunstarts an individual step in the performance test.protected voidlogActivityResults(PerfTestPass pass, PerfTestRun run, HistoryService historyService)
-
Field Details
-
WATCH_ALL_ACTIVITIES
-
activityIds
-
watchAllActivities
protected boolean watchAllActivities
-
-
Constructor Details
-
ActivityPerfTestWatcher
-
-
Method Details
-
beforePass
Description copied from interface:PerfTestWatcherInvoked before a performance test pass is started.- Specified by:
beforePassin interfacePerfTestWatcher- Parameters:
pass- the currentPerfTestPass
-
beforeRun
Description copied from interface:PerfTestWatcherInvoked before a performance test run is started.- Specified by:
beforeRunin interfacePerfTestWatcher- Parameters:
test- thePerfTestabout to be executedrun- the currentPerfTestRun
-
beforeStep
Description copied from interface:PerfTestWatcherInvoked before aPerfTestRunstarts an individual step in the performance test. This method is called by the sameThreadwhich will execute the step.- Specified by:
beforeStepin interfacePerfTestWatcher- Parameters:
step- thePerfTestStepabout to be executed.run- the currentPerfTestRun
-
afterStep
Description copied from interface:PerfTestWatcherInvoked after aPerfTestRunends an individual step in the performance test. This method is called by the sameThreadwhich executed the step.- Specified by:
afterStepin interfacePerfTestWatcher- Parameters:
step- thePerfTestStepwhich has been executed.run- the currentPerfTestRun
-
afterRun
Description copied from interface:PerfTestWatcherInvoked after a performance test run is ended.- Specified by:
afterRunin interfacePerfTestWatcher- Parameters:
test- thePerfTestabout to be executedrun- the currentPerfTestRun
-
afterPass
Description copied from interface:PerfTestWatcherInvoked after a performance test pass is ended.- Specified by:
afterPassin interfacePerfTestWatcher- Parameters:
pass- the currentPerfTestPass
-
logActivityResults
protected void logActivityResults(PerfTestPass pass, PerfTestRun run, HistoryService historyService)
-