Uses of Class
com.chutneytesting.engine.api.execution.StepDefinitionDto
-
Packages that use StepDefinitionDto Package Description com.chutneytesting.engine.api.execution -
-
Uses of StepDefinitionDto in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution declared as StepDefinitionDto Modifier and Type Field Description StepDefinitionDtoExecutionRequestDto.StepDefinitionRequestDto. definitionFields in com.chutneytesting.engine.api.execution with type parameters of type StepDefinitionDto Modifier and Type Field Description List<StepDefinitionDto>StepDefinitionDto. stepsSub steps, may be empty.Constructor parameters in com.chutneytesting.engine.api.execution with type arguments of type StepDefinitionDto Constructor Description StepDefinitionDto(String name, TargetExecutionDto target, String type, StepDefinitionDto.StepStrategyDefinitionDto strategy, Map<String,Object> inputs, List<StepDefinitionDto> steps, Map<String,Object> outputs, Map<String,Object> validations)
-