public interface CompatibleAgents
Modifier and Type | Method and Description |
---|---|
CompatibilityResult |
getAgentCompatibility(AgentDescription agentDescription)
Fetches compatibility information for given agent description
|
java.util.Map<SBuildAgent,CompatibilityResult> |
getCompatibilityMap()
Returns compatibility map, key is an agent and value is compatibility result.
|
java.util.Collection<SBuildAgent> |
getCompatibleAgents()
Returns collection of compatible agents
|
@NotNull java.util.Map<SBuildAgent,CompatibilityResult> getCompatibilityMap()
@NotNull java.util.Collection<SBuildAgent> getCompatibleAgents()
@NotNull CompatibilityResult getAgentCompatibility(@NotNull AgentDescription agentDescription)
agentDescription
- agent descriptionCompatibilityResult