Class UserCounterKey
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.tracker.BaseCounterKey
-
- jetbrains.buildServer.serverSide.impl.tracker.UserCounterKey
-
public class UserCounterKey extends BaseCounterKey
- Author:
- Pavel.Sher Date: 28.03.2008
-
-
Constructor Summary
Constructors Constructor Description UserCounterKey(TrackerEventType eventType, long userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetId()-
Methods inherited from class jetbrains.buildServer.serverSide.impl.tracker.BaseCounterKey
equals, getEventType, hashCode
-
-
-
-
Constructor Detail
-
UserCounterKey
public UserCounterKey(@NotNull TrackerEventType eventType, long userId)
-
-
Method Detail
-
getId
@NotNull protected String getId()
- Specified by:
getIdin classBaseCounterKey
-
-