Package jetbrains.buildServer.serverSide
Interface UnregisteredAgentsManager
-
- All Known Implementing Classes:
AgentPersistenceFacade
public interface UnregisteredAgentsManager- Author:
- Pavel.Sher Date: 26.10.2007
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AgentData>getUnregisteredAgents(boolean includeUnauthorized)List<AgentData>getUnregisteredAgents(Collection<Integer> agentTypeIds, boolean includeUnauthorized)
-