Uses of Class
fr.enedis.chutney.engine.api.execution.StepExecutionReportDto.StepContextDto
Packages that use StepExecutionReportDto.StepContextDto
-
Uses of StepExecutionReportDto.StepContextDto in fr.enedis.chutney.engine.api.execution
Fields in fr.enedis.chutney.engine.api.execution declared as StepExecutionReportDto.StepContextDtoConstructors in fr.enedis.chutney.engine.api.execution with parameters of type StepExecutionReportDto.StepContextDtoModifierConstructorDescriptionStepExecutionReportDto(String name, String environment, Instant startDate, long duration, StatusDto status, List<String> information, List<String> errors, List<StepExecutionReportDto> steps, StepExecutionReportDto.StepContextDto context, String type, String targetName, String targetUrl, String strategy)