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