Package jetbrains.buildServer.serverSide
Interface SAgentRestrictor
-
- All Superinterfaces:
AgentRestrictor
,Filter<BuildAgent>
- All Known Implementing Classes:
CloudAgentRestrictor
,PoolRestrictor
,SingleAgentRestrictor
public interface SAgentRestrictor extends AgentRestrictor
Restricts the set of possible agents to start queued build on + can be displayed in UI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJspPagePath()
Returns path to the JSP page to render this restriction on build queue page in "Agent" columnboolean
isRelatedToPool(int agentPoolId)
-
Methods inherited from interface jetbrains.buildServer.AgentRestrictor
getId, getType
-
-
-
-
Method Detail
-
getJspPagePath
@NotNull String getJspPagePath()
Returns path to the JSP page to render this restriction on build queue page in "Agent" column- Returns:
- see above
-
isRelatedToPool
boolean isRelatedToPool(int agentPoolId)
-
-