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 AgentConfigurationCell
AgentConfigurationCell. 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 AgentConfigurationCell
AgentConfigurationCell. 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 AgentConfigurationCell
GroupingUtil. sumPool(List<AgentConfigurationCell> cells)
static AgentConfigurationCell
GroupingUtil. 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 AgentConfigurationCell
GroupingUtil. sumPool(List<AgentConfigurationCell> cells)
static AgentConfigurationCell
GroupingUtil. sumRow(List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)
static AgentConfigurationCell
GroupingUtil. 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)
-