Uses of Class
com.chutneytesting.engine.api.execution.StepDefinitionDto.StepStrategyDefinitionDto
-
Packages that use StepDefinitionDto.StepStrategyDefinitionDto Package Description com.chutneytesting.engine.api.execution -
-
Uses of StepDefinitionDto.StepStrategyDefinitionDto in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution declared as StepDefinitionDto.StepStrategyDefinitionDto Modifier and Type Field Description StepDefinitionDto.StepStrategyDefinitionDtoExecutionRequestDto.StepStrategyDefinitionRequestDto. definitionStepDefinitionDto.StepStrategyDefinitionDtoStepDefinitionDto. strategyConstructors in com.chutneytesting.engine.api.execution with parameters of type StepDefinitionDto.StepStrategyDefinitionDto 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)
-