Uses of Enum Class
dev.dokimos.server.entity.EvalJobStatus
Packages that use EvalJobStatus
Package
Description
-
Uses of EvalJobStatus in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return EvalJobStatusModifier and TypeMethodDescriptionEvalJobView.status()Returns the value of thestatusrecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type EvalJobStatusModifierConstructorDescriptionEvalJobView(UUID id, UUID runId, UUID connectionId, String evaluatorName, EvalJobStatus status, int attemptCount, String lastError, Instant createdAt, Instant claimedAt, Instant completedAt) Creates an instance of aEvalJobViewrecord class. -
Uses of EvalJobStatus in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return EvalJobStatusModifier and TypeMethodDescriptionEvalJob.getStatus()static EvalJobStatusReturns the enum constant of this class with the specified name.static EvalJobStatus[]EvalJobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.dokimos.server.entity with parameters of type EvalJobStatus -
Uses of EvalJobStatus in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository with parameters of type EvalJobStatus