Interface ExecutionSummaryDto

All Superinterfaces:
fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.Attached, fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionProperties, fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.WithScenario
All Known Implementing Classes:
ImmutableExecutionSummaryDto

@Immutable public interface ExecutionSummaryDto extends fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionProperties, fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.Attached, fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.WithScenario
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary
     
    static List<fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary>
    fromDto(Collection<ExecutionSummaryDto> executionSummaryList)
     
    toDto(fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary executionSummary)
     
    toDto(Collection<fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary> executionSummaryList)
     

    Methods inherited from interface fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.Attached

    executionId

    Methods inherited from interface fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionProperties

    campaignReport, dataset, duration, environment, error, info, status, tags, testCaseTitle, time, user

    Methods inherited from interface fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.WithScenario

    scenarioId
  • Method Details

    • toDto

      static List<ExecutionSummaryDto> toDto(Collection<fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary> executionSummaryList)
    • toDto

      static ExecutionSummaryDto toDto(fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary executionSummary)
    • fromDto

      static List<fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary> fromDto(Collection<ExecutionSummaryDto> executionSummaryList)
    • fromDto

      static fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.ExecutionSummary fromDto(ExecutionSummaryDto dto)