Uses of Class
fr.enedis.chutney.engine.api.execution.StepDefinitionDto
Packages that use StepDefinitionDto
-
Uses of StepDefinitionDto in fr.enedis.chutney.engine.api.execution
Fields in fr.enedis.chutney.engine.api.execution declared as StepDefinitionDtoModifier and TypeFieldDescriptionfinal StepDefinitionDtoExecutionRequestDto.StepDefinitionRequestDto.definitionFields in fr.enedis.chutney.engine.api.execution with type parameters of type StepDefinitionDtoModifier and TypeFieldDescriptionfinal List<StepDefinitionDto> StepDefinitionDto.stepsSub steps, may be empty.Constructor parameters in fr.enedis.chutney.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)