@Internal
public interface Counter
Modifier and Type | Method and Description |
---|---|
Counter |
increase()
Increase the counter by one.
|
Counter |
increase(long amount)
Increase the counter by the specified amount.
|
Copyright © 2003–2019 Atlassian. All rights reserved.