Uses of Enum Class
dev.dokimos.server.entity.RunStatus
Packages that use RunStatus
-
Uses of RunStatus in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return RunStatusModifier and TypeMethodDescriptionExperimentSummary.LatestRunInfo.status()Returns the value of thestatusrecord component.RunDetails.status()Returns the value of thestatusrecord component.RunSummary.status()Returns the value of thestatusrecord component.@NotNull RunStatusUpdateRunRequest.status()Returns the value of thestatusrecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type RunStatusModifierConstructorDescriptionLatestRunInfo(UUID runId, RunStatus status, Double passRate, Instant startedAt) Creates an instance of aLatestRunInforecord class.RunDetails(UUID id, UUID experimentId, String experimentName, String projectName, RunStatus status, Map<String, Object> config, long totalItems, long passedItems, Double passRate, Instant startedAt, Instant completedAt, org.springframework.data.domain.Page<RunDetails.ItemSummary> items) Creates an instance of aRunDetailsrecord class.RunSummary(UUID id, RunStatus status, Map<String, Object> config, long itemCount, long passedCount, Double passRate, Instant startedAt, Instant completedAt) Creates an instance of aRunSummaryrecord class.UpdateRunRequest(@NotNull RunStatus status) Creates an instance of aUpdateRunRequestrecord class. -
Uses of RunStatus in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return RunStatusModifier and TypeMethodDescriptionExperimentRun.getStatus()static RunStatusReturns the enum constant of this class with the specified name.static RunStatus[]RunStatus.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 RunStatus