Interface BuildStatisticsPublisher
-
public interface BuildStatisticsPublisher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
publishValue(String valueTypeKey, long buildId, BigDecimal value)
Store single build statistic value for a build with specified id
-
-
-
Method Detail
-
publishValue
void publishValue(@NotNull String valueTypeKey, long buildId, BigDecimal value)
Store single build statistic value for a build with specified id- Parameters:
valueTypeKey
- statistic value keybuildId
- id of the buildvalue
- value
-
-