Uses of Interface
jetbrains.buildServer.AgentRestrictor
-
-
Uses of AgentRestrictor in jetbrains.buildServer
Methods in jetbrains.buildServer that return AgentRestrictor Modifier and Type Method Description AgentRestrictor
QueuedBuild. getAgentRestrictor()
AgentRestrictor
MockBuild. getQueuedAgentRestrictor()
-
Uses of AgentRestrictor in jetbrains.buildServer.serverSide
Subinterfaces of AgentRestrictor in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
SAgentRestrictor
Restricts the set of possible agents to start queued build on + can be displayed in UIMethods in jetbrains.buildServer.serverSide that return AgentRestrictor Modifier and Type Method Description AgentRestrictor
SRunningBuild. getQueuedAgentRestrictor()
Returns an agent restrictor this build was queued with (when build configuration was added to queue).Methods in jetbrains.buildServer.serverSide that return types with arguments of type AgentRestrictor Modifier and Type Method Description Map<BuildPromotion,AgentRestrictor>
AddToQueuePreprocessor. preprocess(Map<BuildPromotion,AgentRestrictor> buildsToAdd, String triggeredBy)
Accepts map of builds to be added in the queue and pre-processes it somehow.Method parameters in jetbrains.buildServer.serverSide with type arguments of type AgentRestrictor Modifier and Type Method Description Map<BuildPromotion,AgentRestrictor>
AddToQueuePreprocessor. preprocess(Map<BuildPromotion,AgentRestrictor> buildsToAdd, String triggeredBy)
Accepts map of builds to be added in the queue and pre-processes it somehow. -
Uses of AgentRestrictor in jetbrains.buildServer.serverSide.buildDistribution
Methods in jetbrains.buildServer.serverSide.buildDistribution that return AgentRestrictor Modifier and Type Method Description AgentRestrictor
QueuedBuildInfo. getAgentRestrictor()
-
Uses of AgentRestrictor in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type AgentRestrictor Modifier and Type Method Description Map<BuildPromotion,AgentRestrictor>
IntersectingPersonalChainsPreprocessor. preprocess(Map<BuildPromotion,AgentRestrictor> buildsToAdd, String triggeredBy)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type AgentRestrictor Modifier and Type Method Description Map<BuildPromotion,AgentRestrictor>
IntersectingPersonalChainsPreprocessor. preprocess(Map<BuildPromotion,AgentRestrictor> buildsToAdd, String triggeredBy)
-
Uses of AgentRestrictor in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors
Classes in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors that implement AgentRestrictor Modifier and Type Class Description class
CloudAgentRestrictor
class
PoolRestrictor
class
PoolRestrictorInfo
class
SingleAgentRestrictor
class
SingleAgentRestrictorInfo
-
Uses of AgentRestrictor in jetbrains.buildServer.virtualConfiguration.processor.impl
Methods in jetbrains.buildServer.virtualConfiguration.processor.impl that return types with arguments of type AgentRestrictor Modifier and Type Method Description Map<BuildPromotion,AgentRestrictor>
AddGeneratedPromotionsToGraphPreprocessor. preprocess(Map<BuildPromotion,AgentRestrictor> buildsToAdd, String triggeredBy)
Method parameters in jetbrains.buildServer.virtualConfiguration.processor.impl with type arguments of type AgentRestrictor Modifier and Type Method Description Map<BuildPromotion,AgentRestrictor>
AddGeneratedPromotionsToGraphPreprocessor. preprocess(Map<BuildPromotion,AgentRestrictor> buildsToAdd, String triggeredBy)
-