Class OneGroupRenderer
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.render.OneGroupRenderer
-
public class OneGroupRenderer extends Object
- Author:
- Eugene Petrenko Created: 16.03.2010 20:56:47
-
-
Constructor Summary
Constructors Constructor Description OneGroupRenderer(AgentStatisticsInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupingTableRows
buildOneRowsGroup(Counter rowId, boolean renderProject, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> matrix)
-
-
-
Constructor Detail
-
OneGroupRenderer
public OneGroupRenderer(AgentStatisticsInfo info)
-
-
Method Detail
-
buildOneRowsGroup
public GroupingTableRows buildOneRowsGroup(@NotNull Counter rowId, boolean renderProject, @NotNull List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, @NotNull RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> matrix)
-
-