Package jetbrains.buildServer.serverSide
Interface AgentRestrictorFactory
-
- All Known Implementing Classes:
AgentRestrictorFactoryImpl
public interface AgentRestrictorFactory
- Author:
- Maxim.Manuylov Date: 11/2/11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAgentRestrictor
createFor(int typeId, int id)
SAgentRestrictor
createFor(AgentRestrictorType type, int id)
-
-
-
Method Detail
-
createFor
@NotNull SAgentRestrictor createFor(@NotNull AgentRestrictorType type, int id)
-
createFor
@Nullable SAgentRestrictor createFor(int typeId, int id)
-
-