Class NodeStats.TriggerTypeInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.NodeStats.TriggerTypeInfo
-
-
Constructor Summary
Constructors Constructor Description TriggerTypeInfo(String triggerDisplayName, String responsibleNodeId, int triggersCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResponsibleNodeId()
String
getTriggerDisplayName()
int
getTriggersCount()
-