Uses of Record Class
fr.enedis.chutney.execution.api.StepExecutionReportCoreDto
Packages that use StepExecutionReportCoreDto
-
Uses of StepExecutionReportCoreDto in fr.enedis.chutney.execution.api
Methods in fr.enedis.chutney.execution.api that return StepExecutionReportCoreDtoModifier and TypeMethodDescriptionScenarioExecutionReportDto.report()Returns the value of thereportrecord component.ScenarioExecutionReportMapper.toStepDto(StepExecutionReportCore domain) ScenarioExecutionReportMapperImpl.toStepDto(StepExecutionReportCore domain) Methods in fr.enedis.chutney.execution.api that return types with arguments of type StepExecutionReportCoreDtoModifier and TypeMethodDescriptionprotected List<StepExecutionReportCoreDto> ScenarioExecutionReportMapperImpl.stepExecutionReportCoreListToStepExecutionReportCoreDtoList(List<StepExecutionReportCore> list) StepExecutionReportCoreDto.steps()Returns the value of thestepsrecord component.Constructors in fr.enedis.chutney.execution.api with parameters of type StepExecutionReportCoreDtoModifierConstructorDescriptionScenarioExecutionReportDto(long executionId, String scenarioName, String environment, String user, Set<String> tags, Map<String, Object> contextVariables, StepExecutionReportCoreDto report) Creates an instance of aScenarioExecutionReportDtorecord class.