Uses of Class
jetbrains.buildServer.controllers.agent.statistics.AgentHolder
-
Packages that use AgentHolder Package Description jetbrains.buildServer.controllers.agent.statistics -
-
Uses of AgentHolder in jetbrains.buildServer.controllers.agent.statistics
Methods in jetbrains.buildServer.controllers.agent.statistics that return types with arguments of type AgentHolder Modifier and Type Method Description MultiMap<AgentHolder,AgentBuildValue>
AgentStatisticsGrouping. getAgentBuilds(Date fromDate, Date toDate)
MultiMap<AgentHolder,AgentBuildValue>
AgentStatisticsGroupingImpl. getAgentBuilds(Date fromDate, Date toDate)
List<Pair<AgentPool,Map<AgentHolder,StatisticLineBean>>>
LinesBean. getLines()
Method parameters in jetbrains.buildServer.controllers.agent.statistics with type arguments of type AgentHolder Modifier and Type Method Description static LinesBean
LinesBean. create(ProjectManager manager, MultiMap<AgentHolder,AgentBuildValue> data, Date from, Date to, Comparator<Pair<String,Double>> order, boolean groupByPools)
-