Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.AgentConfigurationCell
-
Packages that use AgentConfigurationCell Package Description jetbrains.buildServer.controllers.agent.statistics.table jetbrains.buildServer.controllers.agent.statistics.table.rows -
-
Uses of AgentConfigurationCell in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return AgentConfigurationCell Modifier and Type Method Description AgentConfigurationCellAgentConfigurationCell. plus(AgentConfigurationCell that, boolean keepColId)Methods in jetbrains.buildServer.controllers.agent.statistics.table that return types with arguments of type AgentConfigurationCell Modifier and Type Method Description TableRow<String,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>AgentConfigurationTableBean. getColsSummary()TableRow<String,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>AgentConfigurationTableBean. getColsSummary()TableRow<String,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>AgentConfigurationTableBean. getColsSummary()Methods in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type AgentConfigurationCell Modifier and Type Method Description AgentConfigurationCellAgentConfigurationCell. plus(AgentConfigurationCell that, boolean keepColId) -
Uses of AgentConfigurationCell in jetbrains.buildServer.controllers.agent.statistics.table.rows
Methods in jetbrains.buildServer.controllers.agent.statistics.table.rows that return AgentConfigurationCell Modifier and Type Method Description static AgentConfigurationCellGroupingUtil. sumPool(List<AgentConfigurationCell> cells)static AgentConfigurationCellGroupingUtil. sumRow(List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)Method parameters in jetbrains.buildServer.controllers.agent.statistics.table.rows with type arguments of type AgentConfigurationCell Modifier and Type Method Description static AgentConfigurationCellGroupingUtil. sumPool(List<AgentConfigurationCell> cells)static AgentConfigurationCellGroupingUtil. sumRow(List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)static AgentConfigurationCellGroupingUtil. sumRow(List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)Constructor parameters in jetbrains.buildServer.controllers.agent.statistics.table.rows with type arguments of type AgentConfigurationCell Constructor Description GroupingTableRow(BuildTypeHolder row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> bigDecimals)GroupingTableRow(BuildTypeHolder row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> bigDecimals)OrdinaryTableRow(BuildTypeHolder row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> agentConfigurationCells)OrdinaryTableRow(BuildTypeHolder row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> agentConfigurationCells)SummaryTableRow(TKey row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)SummaryTableRow(TKey row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)
-