Interface ScenarioExecutionReportMapper

All Known Implementing Classes:
ScenarioExecutionReportMapperImpl

public interface ScenarioExecutionReportMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    toDto(fr.enedis.chutney.server.core.domain.execution.report.ScenarioExecutionReport source)
     
    toStepDto(fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore domain)
     
  • 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)