Interface AgentStatisticsInfo
-
- All Known Implementing Classes:
AgentStatisticsInfoImpl
public interface AgentStatisticsInfo
- Author:
- Eugene Petrenko Created: 14.11.2008 19:34:54
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SBuildAgent
findAgent(String agentName)
SAgentType
findAgentType(Integer agentTypeId)
Map<NullableAgent,Compatibility>
getCompatibilityMap(BuildTypeEx bt, Collection<NullableAgent> agents)
-
-
-
Method Detail
-
getCompatibilityMap
@NotNull Map<NullableAgent,Compatibility> getCompatibilityMap(@NotNull BuildTypeEx bt, @NotNull Collection<NullableAgent> agents)
-
findAgent
@Nullable SBuildAgent findAgent(@Nullable String agentName)
-
findAgentType
@Nullable SAgentType findAgentType(@Nullable Integer agentTypeId)
-
-