Class AgentStatisticsInfoImpl
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.AgentStatisticsInfoImpl
-
- All Implemented Interfaces:
AgentStatisticsInfo
public class AgentStatisticsInfoImpl extends Object implements AgentStatisticsInfo
- Author:
- Eugene Petrenko Created: 14.11.2008 19:35:46
-
-
Constructor Summary
Constructors Constructor Description AgentStatisticsInfoImpl(BuildAgentManager agentManager, AgentTypeManager agentTypeManager, AgentTypeFinder agentTypeFinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBuildAgent
findAgent(String agentName)
SAgentType
findAgentType(Integer agentTypeId)
Map<NullableAgent,Compatibility>
getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agentHolders)
-
-
-
Constructor Detail
-
AgentStatisticsInfoImpl
public AgentStatisticsInfoImpl(@NotNull BuildAgentManager agentManager, @NotNull AgentTypeManager agentTypeManager, @NotNull AgentTypeFinder agentTypeFinder)
-
-
Method Detail
-
getCompatibilityMap
@NotNull public Map<NullableAgent,Compatibility> getCompatibilityMap(@NotNull BuildTypeEx bt, @NotNull Collection<NullableAgent> agentHolders)
- Specified by:
getCompatibilityMap
in interfaceAgentStatisticsInfo
-
findAgent
public SBuildAgent findAgent(String agentName)
- Specified by:
findAgent
in interfaceAgentStatisticsInfo
-
findAgentType
public SAgentType findAgentType(@Nullable Integer agentTypeId)
- Specified by:
findAgentType
in interfaceAgentStatisticsInfo
-
-