jetbrains.buildServer.usageStatistics.presentation
Interface UsageStatisticPresentation


public interface UsageStatisticPresentation

Represents usage statistic in UI.

Since:
6.0

Method Summary
 java.lang.String getDisplayName()
          Returns display name for the statistic.
 java.lang.String getFormattedValue()
          Returns formatted value for the statistic.
 java.lang.String getId()
          Returns usage statistic id.
 java.lang.String getValueTooltip()
          Returns the tooltip for the statistic value.
 

Method Detail

getId

@NotNull
java.lang.String getId()
Returns usage statistic id.

Returns:
usage statistic id

getDisplayName

@NotNull
java.lang.String getDisplayName()
Returns display name for the statistic.

Returns:
display name for the statistic

getFormattedValue

@NotNull
java.lang.String getFormattedValue()
Returns formatted value for the statistic.

Returns:
formatted value for the statistic

getValueTooltip

@Nullable
java.lang.String getValueTooltip()
Returns the tooltip for the statistic value.

Returns:
the tooltip for the statistic value
Since:
6.5.2