Uses of Class
jetbrains.buildServer.controllers.compatibility.CompatibilityTableAgent
-
Packages that use CompatibilityTableAgent Package Description jetbrains.buildServer.controllers.compatibility -
-
Uses of CompatibilityTableAgent in jetbrains.buildServer.controllers.compatibility
Methods in jetbrains.buildServer.controllers.compatibility that return types with arguments of type CompatibilityTableAgent Modifier and Type Method Description Collection<CompatibilityTableAgent>
CompatibilityTableAgentPoolData.FilteredData. getAgents()
Collection<CompatibilityTableAgent>
CompatibilityTableAgentPoolData. getAgents()
Methods in jetbrains.buildServer.controllers.compatibility with parameters of type CompatibilityTableAgent Modifier and Type Method Description protected void
CompatibilityTableAgentPoolData. add(CompatibilityTableAgent agent)
boolean
CompatibilityTableCellFilter. matches(CompatibilityTableAgent agent)
Constructor parameters in jetbrains.buildServer.controllers.compatibility with type arguments of type CompatibilityTableAgent Constructor Description FilteredData(Collection<CompatibilityTableAgent> agents, Collection<CompatibilityTableAgentType> agentTypes, Map<Integer,Integer> runningAgentsPerAgentTypeId)
-