Uses of Record Class
dev.dokimos.server.dto.v1.DiffView
Packages that use DiffView
-
Uses of DiffView in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return DiffView -
Uses of DiffView in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return DiffViewModifier and TypeMethodDescriptionDiffService.listDiff(UUID experimentId, UUID candidateRunId, UUID baselineRunId, String statusFilter, org.springframework.data.domain.Pageable pageable) Builds the per-case diff between a candidate run and an explicit baseline run, returning the whole-run summary together with the requested, filtered, sorted page of cases.