Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.AgentStatisticsMatrixCell
-
Packages that use AgentStatisticsMatrixCell Package Description jetbrains.buildServer.controllers.agent.statistics.table jetbrains.buildServer.controllers.agent.statistics.table.render -
-
Uses of AgentStatisticsMatrixCell in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return AgentStatisticsMatrixCell Modifier and Type Method Description AgentStatisticsMatrixCellAgentConfigurationCell. getValue()AgentStatisticsMatrixCellAgentStatisticsMatrixCell. plus(AgentStatisticsMatrixCell b)Methods in jetbrains.buildServer.controllers.agent.statistics.table that return types with arguments of type AgentStatisticsMatrixCell Modifier and Type Method Description RawMatrix<NullableBuildType,AgentReference,AgentStatisticsMatrixCell>AgentStatistisMatrixBuilder. loadData(Collection<AgentConfigurationValue> data, Map<String,SBuildType> availableTypes)Methods in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type AgentStatisticsMatrixCell Modifier and Type Method Description AgentStatisticsMatrixCellAgentStatisticsMatrixCell. plus(AgentStatisticsMatrixCell b)Method parameters in jetbrains.buildServer.controllers.agent.statistics.table with type arguments of type AgentStatisticsMatrixCell Modifier and Type Method Description List<GroupingTableRows>AgentStatistixMatrixRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)Constructors in jetbrains.buildServer.controllers.agent.statistics.table with parameters of type AgentStatisticsMatrixCell Constructor Description AgentConfigurationCell(AgentStatisticsMatrixCell value, Compatibility compatibility) -
Uses of AgentStatisticsMatrixCell in jetbrains.buildServer.controllers.agent.statistics.table.render
Method parameters in jetbrains.buildServer.controllers.agent.statistics.table.render with type arguments of type AgentStatisticsMatrixCell Modifier and Type Method Description GroupingTableRowsOneGroupRenderer. 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)
-