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 ScaleInfoLineBeanScaleInfoLineBean. create(CoordinateSystem cs)static StatisticLineBeanStatisticLineBean. createLine(CoordinateSystem cs, List<AgentBuildValue> data)voidStatisticsSegmentsBuilder. finished(CoordinateSystem cs)voidStatisticsSegmentsBuilder. 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 CoordinateSystemAgentBuildValueIterator. myCoordinatesMethods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type CoordinateSystem Modifier and Type Method Description voidAgentBuildValueCallback. finished(CoordinateSystem cs)voidAgentBuildValueLinearizer. finished(CoordinateSystem cs)voidAgentBuildValueLoggingCallback. finished(CoordinateSystem cs)voidAgentBuildValueMergingCallback. finished(CoordinateSystem cs)voidAgentBuildValueCallback. start(CoordinateSystem cs)voidAgentBuildValueLinearizer. start(CoordinateSystem cs)voidAgentBuildValueLoggingCallback. start(CoordinateSystem cs)voidAgentBuildValueMergingCallback. start(CoordinateSystem cs)Constructors in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type CoordinateSystem Constructor Description AgentBuildValueIterator(CoordinateSystem cs)
-