Uses of Class
jetbrains.buildServer.controllers.agent.statistics.CoordinateSystem
-
Packages that use CoordinateSystem Package Description jetbrains.buildServer.controllers.agent.statistics jetbrains.buildServer.controllers.agent.statistics.agentValues -
-
Uses of CoordinateSystem in jetbrains.buildServer.controllers.agent.statistics
Methods in jetbrains.buildServer.controllers.agent.statistics with parameters of type CoordinateSystem Modifier and Type Method Description static ScaleInfoLineBean
ScaleInfoLineBean. create(CoordinateSystem cs)
static StatisticLineBean
StatisticLineBean. createLine(CoordinateSystem cs, List<AgentBuildValue> data)
void
StatisticsSegmentsBuilder. finished(CoordinateSystem cs)
void
StatisticsSegmentsBuilder. start(CoordinateSystem cs)
-
Uses of CoordinateSystem in jetbrains.buildServer.controllers.agent.statistics.agentValues
Fields in jetbrains.buildServer.controllers.agent.statistics.agentValues declared as CoordinateSystem Modifier and Type Field Description protected CoordinateSystem
AgentBuildValueIterator. myCoordinates
Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type CoordinateSystem Modifier and Type Method Description void
AgentBuildValueCallback. finished(CoordinateSystem cs)
void
AgentBuildValueLinearizer. finished(CoordinateSystem cs)
void
AgentBuildValueLoggingCallback. finished(CoordinateSystem cs)
void
AgentBuildValueMergingCallback. finished(CoordinateSystem cs)
void
AgentBuildValueCallback. start(CoordinateSystem cs)
void
AgentBuildValueLinearizer. start(CoordinateSystem cs)
void
AgentBuildValueLoggingCallback. start(CoordinateSystem cs)
void
AgentBuildValueMergingCallback. start(CoordinateSystem cs)
Constructors in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type CoordinateSystem Constructor Description AgentBuildValueIterator(CoordinateSystem cs)
-