Uses of Class
com.chutneytesting.engine.api.execution.TargetExecutionDto
Packages that use TargetExecutionDto
-
Uses of TargetExecutionDto in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution declared as TargetExecutionDtoModifier and TypeFieldDescriptionfinal TargetExecutionDtoExecutionRequestDto.StepDefinitionRequestDto.targetMethods in com.chutneytesting.engine.api.execution that return types with arguments of type TargetExecutionDtoConstructors in com.chutneytesting.engine.api.execution with parameters of type TargetExecutionDtoModifierConstructorDescriptionStepDefinitionDto(String name, TargetExecutionDto target, String type, StepDefinitionDto.StepStrategyDefinitionDto strategy, Map<String, Object> inputs, List<StepDefinitionDto> steps, Map<String, Object> outputs, Map<String, Object> validations) StepDefinitionRequestDto(String name, TargetExecutionDto target, ExecutionRequestDto.StepStrategyDefinitionRequestDto strategy, String type, Map<String, Object> inputs, List<ExecutionRequestDto.StepDefinitionRequestDto> steps, Map<String, Object> outputs, Map<String, Object> validations)