Class BuildParametersTab.MetricDataBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.BuildParametersTab.MetricDataBean
-
- All Implemented Interfaces:
Comparable<BuildParametersTab.MetricDataBean>
- Enclosing class:
- BuildParametersTab
public static class BuildParametersTab.MetricDataBean extends Object implements Comparable<BuildParametersTab.MetricDataBean>
-
-
Constructor Summary
Constructors Constructor Description MetricDataBean(String valueTypeKey, String description, BigDecimal value, String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(BuildParametersTab.MetricDataBean other)
String
getDescription()
String
getDescriptionOrKey()
String
getFormat()
String
getKey()
BigDecimal
getValue()
-
-
-
Constructor Detail
-
MetricDataBean
public MetricDataBean(@NotNull String valueTypeKey, @Nullable String description, @Nullable BigDecimal value, @Nullable String format)
-
-
Method Detail
-
getDescriptionOrKey
public String getDescriptionOrKey()
-
compareTo
public int compareTo(@NotNull BuildParametersTab.MetricDataBean other)
- Specified by:
compareTo
in interfaceComparable<BuildParametersTab.MetricDataBean>
-
getFormat
@Nullable public String getFormat()
-
getKey
@NotNull public String getKey()
-
getDescription
@Nullable public String getDescription()
-
getValue
@Nullable public BigDecimal getValue()
-
-