Uses of Record Class
dev.dokimos.server.dto.v1.EvalJobView
Packages that use EvalJobView
Package
Description
-
Uses of EvalJobView in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return types with arguments of type EvalJobViewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EvalJobView> EvalJobController.enqueue(UUID runId, @Valid EnqueueJudgeRequest request, jakarta.servlet.http.HttpServletRequest http) Enqueues server-side scoring for a run.Lists the judge jobs registered for a run, oldest first. -
Uses of EvalJobView in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return EvalJobView -
Uses of EvalJobView in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return EvalJobViewModifier and TypeMethodDescriptionEvalJobService.enqueue(UUID runId, EnqueueJudgeRequest request, TenantScope scope) Enqueues a judge job for a run and moves the run into the evaluating state.Methods in dev.dokimos.server.service that return types with arguments of type EvalJobViewModifier and TypeMethodDescriptionEvalJobService.getJobsForRun(UUID runId, TenantScope scope) Lists the judge jobs registered for a run, oldest first.