Uses of Class
jetbrains.buildServer.controllers.agent.statistics.table.NullableAgent
-
-
Uses of NullableAgent in jetbrains.buildServer.controllers.agent.statistics.table
Methods in jetbrains.buildServer.controllers.agent.statistics.table that return types with arguments of type NullableAgent Modifier and Type Method Description Map<NullableAgent,Compatibility>AgentStatisticsInfo. getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agents)Map<NullableAgent,Compatibility>AgentStatisticsInfoImpl. getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agentHolders)TableRow<String,Pair<AgentPool,List<NullableAgent>>,String>AgentConfigurationTableBean. getGroupedCols()Method parameters in jetbrains.buildServer.controllers.agent.statistics.table with type arguments of type NullableAgent Modifier and Type Method Description Map<NullableAgent,Compatibility>AgentStatisticsInfo. getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agents)Map<NullableAgent,Compatibility>AgentStatisticsInfoImpl. getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agentHolders)List<GroupingTableRows>AgentStatistixMatrixRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m)List<GroupingTableRows>AgentStatistixMatrixRenderer. renderRows(Counter rowCounter, List<Pair<AgentPool,List<NullableAgent>>> groupedAgents, RawMatrix<NullableBuildType,NullableAgent,AgentStatisticsMatrixCell> m) -
Uses of NullableAgent in jetbrains.buildServer.controllers.agent.statistics.table.render
-
Uses of NullableAgent in jetbrains.buildServer.controllers.agent.statistics.table.rows
Constructor parameters in jetbrains.buildServer.controllers.agent.statistics.table.rows with type arguments of type NullableAgent Constructor Description HeadRow(List<Pair<AgentPool,List<NullableAgent>>> groupedAgents)
-