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 void
StatisticsSegmentsBuilder. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)
protected void
StatisticsSegmentsBuilder. 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 GroupableAgentBuildValue
GroupableAgentBuildValue. fromMerge(List<GroupableAgentBuildValue> values)
static GroupableAgentBuildValue
GroupableAgentBuildValue. fromValue(AgentBuildValue value)
Methods in jetbrains.buildServer.controllers.agent.statistics.agentValues with parameters of type GroupableAgentBuildValue Modifier and Type Method Description void
AgentBuildValueCallback. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)
void
AgentBuildValueLinearizer. iterate(GroupableAgentBuildValue value, long x, long lengthX)
void
AgentBuildValueLoggingCallback. iterate(GroupableAgentBuildValue value, long offsetX, long lengthX)
void
AgentBuildValueMergingCallback. 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 GroupableAgentBuildValue
GroupableAgentBuildValue. 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 BuildSegmentBean
BuildSegmentBean. createSingleton(long startOffset, long length, GroupableAgentBuildValue value)
-