Class GroupingRenderer
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.render.GroupingRenderer
-
- All Implemented Interfaces:
AgentStatistixMatrixRenderer
public class GroupingRenderer extends Object implements AgentStatistixMatrixRenderer
- Author:
- Eugene Petrenko Created: 16.03.2010 21:37:19
-
-
Constructor Summary
Constructors Constructor Description GroupingRenderer(OneGroupRenderer renderer, MatrixUtils util)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GroupingTableRows>
renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
-
-
-
Constructor Detail
-
GroupingRenderer
public GroupingRenderer(OneGroupRenderer renderer, MatrixUtils util)
-
-
Method Detail
-
renderRows
@NotNull public List<GroupingTableRows> renderRows(@NotNull Counter rowCounter, @NotNull List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, @NotNull RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
- Specified by:
renderRows
in interfaceAgentStatistixMatrixRenderer
-
-