Uses of Class
fr.enedis.chutney.engine.api.execution.TargetExecutionDto
Packages that use TargetExecutionDto
-
Uses of TargetExecutionDto in fr.enedis.chutney.engine.api.execution
Fields in fr.enedis.chutney.engine.api.execution declared as TargetExecutionDtoModifier and TypeFieldDescriptionfinal TargetExecutionDtoExecutionRequestDto.StepDefinitionRequestDto.targetMethods in fr.enedis.chutney.engine.api.execution that return types with arguments of type TargetExecutionDtoConstructors in fr.enedis.chutney.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)