Uses of Record Class
dev.dokimos.server.dto.v1.TrendData.RunPoint
Packages that use TrendData.RunPoint
-
Uses of TrendData.RunPoint in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return types with arguments of type TrendData.RunPointModifier and TypeMethodDescriptionTrendData.runs()Returns the value of therunsrecord component.Constructor parameters in dev.dokimos.server.dto.v1 with type arguments of type TrendData.RunPointModifierConstructorDescriptionTrendData(String experimentName, String projectName, List<TrendData.RunPoint> runs) Creates an instance of aTrendDatarecord class.