Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.rows.TableRow
-
Packages that use TableRow Package Description jetbrains.buildServer.controllers.agent.statistics.table jetbrains.buildServer.controllers.agent.statistics.table.rows -
-
Uses of TableRow in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return TableRow Modifier and Type Method Description TableRow<String,Pair<AgentConfigurationCell,List<AgentConfigurationCell>>,AgentConfigurationCell>
AgentConfigurationTableBean. getColsSummary()
TableRow<String,Pair<AgentPool,List<NullableAgent>>,String>
AgentConfigurationTableBean. getGroupedCols()
-
Uses of TableRow in jetbrains.buildServer.controllers.agent.statistics.table.rows
Subclasses of TableRow in jetbrains.buildServer.controllers.agent.statistics.table.rows Modifier and Type Class Description class
GroupingTableRow
class
HeadRow
class
OrdinaryTableRow
class
SummaryTableRow<TKey>
-