Package fr.enedis.chutney.execution.api
Interface ScenarioExecutionReportMapper
- All Known Implementing Classes:
ScenarioExecutionReportMapperImpl
public interface ScenarioExecutionReportMapper
-
Method Details
-
toDto
ScenarioExecutionReportDto toDto(fr.enedis.chutney.server.core.domain.execution.report.ScenarioExecutionReport source) -
toStepDto
StepExecutionReportCoreDto toStepDto(fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore domain)
-