Class AgentRestrictorFactoryImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.AgentRestrictorFactoryImpl
-
- All Implemented Interfaces:
AgentRestrictorFactory
public class AgentRestrictorFactoryImpl extends Object implements AgentRestrictorFactory
- Author:
- Maxim.Manuylov Date: 11/2/11
-
-
Constructor Summary
Constructors Constructor Description AgentRestrictorFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_setAgentPoolManager(AgentPoolManager agentPoolManager)
void
_setAgentTypeManager(AgentTypeFinder agentTypeFinder)
void
_setBuildAgentManager(BuildAgentManager buildAgentManager)
SAgentRestrictor
createFor(int typeId, int id)
SAgentRestrictor
createFor(AgentRestrictorType type, int id)
-
-
-
Method Detail
-
_setBuildAgentManager
public void _setBuildAgentManager(@NotNull BuildAgentManager buildAgentManager)
-
_setAgentPoolManager
public void _setAgentPoolManager(@NotNull AgentPoolManager agentPoolManager)
-
_setAgentTypeManager
public void _setAgentTypeManager(@NotNull AgentTypeFinder agentTypeFinder)
-
createFor
@NotNull public SAgentRestrictor createFor(@NotNull AgentRestrictorType type, int id)
- Specified by:
createFor
in interfaceAgentRestrictorFactory
-
createFor
@Nullable public SAgentRestrictor createFor(int typeId, int id)
- Specified by:
createFor
in interfaceAgentRestrictorFactory
-
-