Uses of Class
org.camunda.bpm.qa.performance.engine.framework.PerfTestStep
Packages that use PerfTestStep
Package
Description
-
Uses of PerfTestStep in org.camunda.bpm.qa.performance.engine.framework
Fields in org.camunda.bpm.qa.performance.engine.framework declared as PerfTestStepModifier and TypeFieldDescriptionprotected PerfTestStepPerfTestRun.currentStepprotected PerfTestStepPerfTestStep.nextStepFields in org.camunda.bpm.qa.performance.engine.framework with type parameters of type PerfTestStepModifier and TypeFieldDescriptionprotected List<PerfTestStep>PerfTest.stepsthe individual steps that make up the performance testMethods in org.camunda.bpm.qa.performance.engine.framework that return PerfTestStepModifier and TypeMethodDescriptionPerfTestRun.getCurrentStep()PerfTest.getFirstStep()PerfTestStep.getNextStep()Methods in org.camunda.bpm.qa.performance.engine.framework with parameters of type PerfTestStepModifier and TypeMethodDescriptionvoidPerfTest.addStep(PerfTestStep step) voidPerfTestWatcher.afterStep(PerfTestStep step, PerfTestRun run) Invoked after aPerfTestRunends an individual step in the performance test.voidPerfTestWatcher.beforeStep(PerfTestStep step, PerfTestRun run) Invoked before aPerfTestRunstarts an individual step in the performance test.voidPerfTestRunner.completedStep(PerfTestRun run, PerfTestStep currentStep) Invoked when aPerfTestRuncompleted a stepvoidPerfTestPass.createRuns(PerfTestRunner runner, PerfTestStep firstStep, int numberOfRuns) voidPerfTestPass.logStepResult(PerfTestStep currentStep, Object stepResult) voidPerfTestResult.logStepResult(PerfTestStep currentStep, Object stepResult) log a step result.voidPerfTestRun.setCurrentStep(PerfTestStep currentStep) voidPerfTestStep.setNextStep(PerfTestStep step) Constructors in org.camunda.bpm.qa.performance.engine.framework with parameters of type PerfTestStepModifierConstructorDescriptionPerfTestRun(PerfTestRunner runner, String runId, PerfTestStep firstStep) -
Uses of PerfTestStep in org.camunda.bpm.qa.performance.engine.framework.activitylog
Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog with parameters of type PerfTestStepModifier and TypeMethodDescriptionvoidActivityPerfTestWatcher.afterStep(PerfTestStep step, PerfTestRun run) voidActivityPerfTestWatcher.beforeStep(PerfTestStep step, PerfTestRun run) -
Uses of PerfTestStep in org.camunda.bpm.qa.performance.engine.sqlstatementlog
Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog with parameters of type PerfTestStepModifier and TypeMethodDescriptionvoidStatementLogPerfTestWatcher.afterStep(PerfTestStep step, PerfTestRun run) voidStatementLogPerfTestWatcher.beforeStep(PerfTestStep step, PerfTestRun run)