Class GroupingUtil
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.rows.GroupingUtil
-
public class GroupingUtil extends Object
- Author:
- Maxim.Manuylov Date: 11/11/11
-
-
Constructor Summary
Constructors Constructor Description GroupingUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AgentConfigurationCell
sumPool(List<AgentConfigurationCell> cells)
static AgentConfigurationCell
sumRow(List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)
static List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>>
sumTotal(List<? extends SummaryUsageProvider> rows)
-
-
-
Method Detail
-
sumPool
@NotNull public static AgentConfigurationCell sumPool(@NotNull List<AgentConfigurationCell> cells)
-
sumRow
@NotNull public static AgentConfigurationCell sumRow(@NotNull List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)
-
sumTotal
@NotNull public static List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> sumTotal(@NotNull List<? extends SummaryUsageProvider> rows)
-
-