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