Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.render.Counter
-
Packages that use Counter Package Description jetbrains.buildServer.controllers.agent.statistics.table jetbrains.buildServer.controllers.agent.statistics.table.render -
-
Uses of Counter in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type Counter Modifier and Type Method Description List<GroupingTableRows>
AgentStatistixMatrixRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)
void
NullableAgent. setId(Counter agentId)
Constructors in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type Counter Constructor Description BuildTypeHolder(SProject project, SBuildType buildType, Counter idf)
-
Uses of Counter in jetbrains.buildServer.controllers.agent.statistics.table.render
Methods in jetbrains.buildServer.controllers.agent.statistics.table.render with parameters of type Counter Modifier and Type Method Description GroupingTableRows
OneGroupRenderer. buildOneRowsGroup(Counter rowId, boolean renderProject, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> matrix)
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)
-