Class OrdinaryTableRow
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.rows.TableRow<BuildTypeHolder,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>
-
- jetbrains.buildServer.controllers.agent.statistics.table.rows.OrdinaryTableRow
-
- All Implemented Interfaces:
SummaryUsageProvider
public class OrdinaryTableRow extends TableRow<BuildTypeHolder,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell> implements SummaryUsageProvider
- Author:
- Eugene Petrenko Created: 28.12.2009 13:38:28
-
-
Constructor Summary
Constructors Constructor Description OrdinaryTableRow(BuildTypeHolder row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> agentConfigurationCells)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>>
getSummaryUsage()
-
Methods inherited from class jetbrains.buildServer.controllers.agent.statistics.table.rows.TableRow
getRow, getSummary, getValues
-
-
-
-
Constructor Detail
-
OrdinaryTableRow
public OrdinaryTableRow(BuildTypeHolder row, List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> agentConfigurationCells)
-
-
Method Detail
-
getSummaryUsage
@NotNull public List<Pair<AgentConfigurationCell,List<AgentConfigurationCell>>> getSummaryUsage()
- Specified by:
getSummaryUsage
in interfaceSummaryUsageProvider
-
-