Package step.plugins.wizards
Interface PlanCreator<T extends WizardScenarioConfiguration>
-
- All Known Implementing Classes:
TestcasePlanCreator
,ThreadgroupPlanCreator
public interface PlanCreator<T extends WizardScenarioConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description step.core.plans.Plan
createPlan(T configuration, java.util.List<step.functions.Function> functions)
-
-
-
Method Detail
-
createPlan
step.core.plans.Plan createPlan(T configuration, java.util.List<step.functions.Function> functions)
-
-