Uses of Class
jetbrains.buildServer.controllers.agent.statistics.agentValues.GroupableAgentBuildValue
-
-
Uses of GroupableAgentBuildValue in jetbrains.buildServer.controllers.agent.statistics
Methods in jetbrains.buildServer.controllers.agent.statistics with parameters of type GroupableAgentBuildValue Modifier and Type Method Description voidStatisticsSegmentsBuilder. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)protected voidStatisticsSegmentsBuilder. iterateInternal2(GroupableAgentBuildValue value, long offsetX, long lengthX) -
Uses of GroupableAgentBuildValue in jetbrains.buildServer.controllers.agent.statistics.agentValues
Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues that return GroupableAgentBuildValue Modifier and Type Method Description static GroupableAgentBuildValueGroupableAgentBuildValue. fromMerge(List<GroupableAgentBuildValue> values)static GroupableAgentBuildValueGroupableAgentBuildValue. fromValue(AgentBuildValue value)Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type GroupableAgentBuildValue Modifier and Type Method Description voidAgentBuildValueCallback. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)voidAgentBuildValueLinearizer. iterate(GroupableAgentBuildValue value, long x, long lengthX)voidAgentBuildValueLoggingCallback. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)voidAgentBuildValueMergingCallback. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)Method parameters in jetbrains.buildServer.controllers.agent.statistics.agentValues with type arguments of type GroupableAgentBuildValue Modifier and Type Method Description static GroupableAgentBuildValueGroupableAgentBuildValue. fromMerge(List<GroupableAgentBuildValue> values) -
Uses of GroupableAgentBuildValue in jetbrains.buildServer.controllers.agent.statistics.segments.build
Methods in jetbrains.buildServer.controllers.agent.statistics.segments.build with parameters of type GroupableAgentBuildValue Modifier and Type Method Description static BuildSegmentBeanBuildSegmentBean. createSingleton(long startOffset, long length, GroupableAgentBuildValue value)
-