Uses of Record Class
dev.dokimos.server.dto.v1.RunDetails.ItemSummary
Packages that use RunDetails.ItemSummary
-
Uses of RunDetails.ItemSummary in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return types with arguments of type RunDetails.ItemSummaryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<RunDetails.ItemSummary> RunDetails.items()Returns the value of theitemsrecord component.Constructor parameters in dev.dokimos.server.dto.v1 with type arguments of type RunDetails.ItemSummaryModifierConstructorDescriptionRunDetails(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.