Uses of Class
jetbrains.buildServer.util.IntervalMetric.ValueType
-
Packages that use IntervalMetric.ValueType Package Description jetbrains.buildServer.util -
-
Uses of IntervalMetric.ValueType in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return IntervalMetric.ValueType Modifier and Type Method Description static IntervalMetric.ValueType
IntervalMetric.ValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntervalMetric.ValueType[]
IntervalMetric.ValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.util with parameters of type IntervalMetric.ValueType Constructor Description IntervalMetric(IntervalMetric.ValueType valueType, long[] intervals, String description, TimeService timeService)
Creates metric.
-