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