Uses of Class
com.chutneytesting.engine.domain.execution.StepDefinition
-
-
Uses of StepDefinition in com.chutneytesting.engine.domain.delegation
Methods in com.chutneytesting.engine.domain.delegation with parameters of type StepDefinition Modifier and Type Method Description StepExecutionReportDelegationClient. handDown(StepDefinition stepDefinition, NamedHostAndPort delegate) -
Uses of StepDefinition in com.chutneytesting.engine.domain.execution
Fields in com.chutneytesting.engine.domain.execution with type parameters of type StepDefinition Modifier and Type Field Description List<StepDefinition>StepDefinition. stepsSub steps, may be empty.Methods in com.chutneytesting.engine.domain.execution that return StepDefinition Modifier and Type Method Description StepDefinitionStepDefinitionBuilder. build()Methods in com.chutneytesting.engine.domain.execution with parameters of type StepDefinition Modifier and Type Method Description static StepDefinitionBuilderStepDefinitionBuilder. copyFrom(StepDefinition definition)LongExecutionEngine. execute(StepDefinition stepDefinition, ScenarioExecution execution)Method parameters in com.chutneytesting.engine.domain.execution with type arguments of type StepDefinition Modifier and Type Method Description StepDefinitionBuilderStepDefinitionBuilder. withSteps(List<StepDefinition> steps)Constructor parameters in com.chutneytesting.engine.domain.execution with type arguments of type StepDefinition Constructor Description StepDefinition(String name, Target target, String type, StepStrategyDefinition strategy, Map<String,Object> inputs, List<StepDefinition> steps, Map<String,Object> outputs, Map<String,Object> validations, String environment) -
Uses of StepDefinition in com.chutneytesting.engine.domain.execution.engine
Methods in com.chutneytesting.engine.domain.execution.engine with parameters of type StepDefinition Modifier and Type Method Description LongDefaultExecutionEngine. execute(StepDefinition stepDefinition, ScenarioExecution execution) -
Uses of StepDefinition in com.chutneytesting.engine.domain.execution.engine.step
Methods in com.chutneytesting.engine.domain.execution.engine.step that return StepDefinition Modifier and Type Method Description StepDefinitionStep. definition()Methods in com.chutneytesting.engine.domain.execution.engine.step with parameters of type StepDefinition Modifier and Type Method Description static StepStep. nonExecutable(StepDefinition definition)Constructors in com.chutneytesting.engine.domain.execution.engine.step with parameters of type StepDefinition Constructor Description Step(StepDataEvaluator dataEvaluator, StepDefinition definition, StepExecutor executor, List<Step> steps) -
Uses of StepDefinition in com.chutneytesting.engine.infrastructure.delegation
Methods in com.chutneytesting.engine.infrastructure.delegation with parameters of type StepDefinition Modifier and Type Method Description StepExecutionReportHttpClient. handDown(StepDefinition stepDefinition, NamedHostAndPort delegate)
-