Class ServerStatistics
- java.lang.Object
-
- jetbrains.buildServer.controllers.ServerStatistics
-
public class ServerStatistics extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServerStatistics.Snapshot
-
Constructor Summary
Constructors Constructor Description ServerStatistics(BuildAgentManager agentManager, BuildQueue buildQueue, RunningBuildsManagerEx runningBuildsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerStatistics.Snapshot
getSnapshot()
Note that currently it's not a fair snapshot - it can consist of data from different time moments.
-
-
-
Constructor Detail
-
ServerStatistics
public ServerStatistics(@NotNull BuildAgentManager agentManager, @NotNull BuildQueue buildQueue, @NotNull RunningBuildsManagerEx runningBuildsManager)
-
-
Method Detail
-
getSnapshot
@NotNull public ServerStatistics.Snapshot getSnapshot()
Note that currently it's not a fair snapshot - it can consist of data from different time moments.
-
-