Class Tally
java.lang.Object
io.jenkins.blueocean.service.embedded.analytics.Tally
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Tally
public Tally()
-
-
Method Details
-
count
- Parameters:
key
- to increment tally by 1
-
zero
- Parameters:
key
- to initialize with zero
-
get
- Returns:
- current unmodifiable state of the tally
-