Class SummaryTableRow<TKey>
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.rows.TableRow<TKey,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>
-
- jetbrains.buildServer.controllers.agent.statistics.table.rows.SummaryTableRow<TKey>
-
- Direct Known Subclasses:
GroupingTableRow
public class SummaryTableRow<TKey> extends TableRow<TKey,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>
-
-
Constructor Summary
Constructors Constructor Description SummaryTableRow(TKey row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)
-
-
-
Constructor Detail
-
SummaryTableRow
public SummaryTableRow(TKey row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> cells)
-
-