Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.rows.GroupingTableRows
-
Packages that use GroupingTableRows Package Description jetbrains.buildServer.controllers.agent.statistics.table jetbrains.buildServer.controllers.agent.statistics.table.render -
-
Uses of GroupingTableRows in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return types with arguments of type GroupingTableRows Modifier and Type Method Description List<GroupingTableRows>AgentConfigurationTableBean. getGroupedRows()List<GroupingTableRows>AgentConfigurationTableBeanImpl. getGroupedRows()List<GroupingTableRows>AgentStatistixMatrixRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m) -
Uses of GroupingTableRows in jetbrains.buildServer.controllers.agent.statistics.table.render
Methods in jetbrains.buildServer.controllers.agent.statistics.table.render that return GroupingTableRows Modifier and Type Method Description GroupingTableRowsOneGroupRenderer. buildOneRowsGroup(Counter rowId, boolean renderProject, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> matrix)Methods in jetbrains.buildServer.controllers.agent.statistics.table.render that return types with arguments of type GroupingTableRows Modifier and Type Method Description List<GroupingTableRows>FlatRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)List<GroupingTableRows>GroupingRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
-