Uses of Interface
jetbrains.buildServer.serverSide.SAgentRestrictor
-
-
Uses of SAgentRestrictor in jetbrains
Methods in jetbrains with parameters of type SAgentRestrictor Modifier and Type Method Description SQueuedBuild
MockBuildType. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String requestor)
-
Uses of SAgentRestrictor in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return SAgentRestrictor Modifier and Type Method Description SAgentRestrictor
AgentRestrictorFactory. createFor(int typeId, int id)
SAgentRestrictor
AgentRestrictorFactory. createFor(AgentRestrictorType type, int id)
SAgentRestrictor
QueuedBuildEx. getAgentRestrictor()
SAgentRestrictor
RunningBuildEx. getQueuedAgentRestrictor()
Returns an agent restrictor this build was queued with (when build configuration was added to queue).Methods in jetbrains.buildServer.serverSide with parameters of type SAgentRestrictor Modifier and Type Method Description SQueuedBuild
BuildTypeEx. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)
Adds build to queue on the specified agent with manually set build parameters: these build parameters will redefined build parameters specified within this build configurationQueuedBuildEx
QueuedBuildFactory. createQueuedBuild(BuildPromotion promotion, SAgentRestrictor agentRestrictor, String requestor, Date queuedAt)
QueuedBuildEx
QueuedBuildFactory. createRestoredQueuedBuild(BuildPromotionEx buildPromotion, SAgentRestrictor agentRestrictor, String requestor)
List<QueuedBuildEx>
BuildQueueEx. restoreInQueue(BuildPromotionEx promo, SAgentRestrictor agentRestrictor, String rawTriggeredBy)
Re-adds build into the queue.Method parameters in jetbrains.buildServer.serverSide with type arguments of type SAgentRestrictor Modifier and Type Method Description List<QueuedBuildEx>
BuildQueueEx. addToQueue(Map<BuildPromotionEx,SAgentRestrictor> promoAgentRestrictorMap, String rawTriggeredBy)
Adds promotions to the queue with corresponding agent restrictors (if agent restrictor is null then no agent restrictor is used). -
Uses of SAgentRestrictor in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return SAgentRestrictor Modifier and Type Method Description SAgentRestrictor
AgentRestrictorFactoryImpl. createFor(int typeId, int id)
SAgentRestrictor
AgentRestrictorFactoryImpl. createFor(AgentRestrictorType type, int id)
SAgentRestrictor
QueuedBuildImpl. getAgentRestrictor()
SAgentRestrictor
CompositeRunningBuild. getQueuedAgentRestrictor()
SAgentRestrictor
RunningBuildImpl. getQueuedAgentRestrictor()
SAgentRestrictor
RunningBuildWrapper. getQueuedAgentRestrictor()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type SAgentRestrictor Modifier and Type Method Description SQueuedBuild
BuildTypeImpl. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)
SQueuedBuild
DummyBuildType. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)
SQueuedBuild
EditableBuildTypeCopy. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)
SQueuedBuild
RemoteBuildTypeImpl. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String requestor)
QueuedBuildEx
QueuedBuildFactoryImpl. createQueuedBuild(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String requestor, Date queuedAt)
QueuedBuildEx
QueuedBuildFactoryImpl. createRestoredQueuedBuild(BuildPromotionEx buildPromotion, SAgentRestrictor agentRestrictor, String requestor)
RunningBuildEx
BuildFactory. createRunningBuild(BuildPromotionEx promotionState, SAgentRestrictor queuedAgentRestrictor, Date removeFromQueueTime, String requestor, Integer agentId, Integer agentTypeId)
RunningBuildEx
BuildFactoryImpl. createRunningBuild(BuildPromotionEx buildPromotion, SAgentRestrictor queuedAgentRestrictor, Date removeFromQueueTime, String requestor, Integer agentId, Integer agentTypeId)
protected QueuedBuildImpl
QueuedBuildFactoryImpl. doCreateQueuedBuild(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String requestor)
List<QueuedBuildEx>
BuildQueueImpl. restoreInQueue(BuildPromotionEx promo, SAgentRestrictor agentRestrictor, String rawTriggeredBy)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type SAgentRestrictor Modifier and Type Method Description List<QueuedBuildEx>
BuildQueueImpl. addToQueue(Map<BuildPromotionEx,SAgentRestrictor> promoAgentRestrictorMap, String rawTriggeredBy)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type SAgentRestrictor Constructor Description QueuedBuildImpl(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String rawTriggeredBy, BuildEstimator buildEstimator, BuildQueueEx buildQueue, BuildAgentManager agentManager, AgentPoolManager agentPoolManager, BuildAgentFactory agentFactory, BuildServerEx server, TriggeredByParser triggeredByParser, WaitReasonStatisticsCollector waitReasonStatisticsCollector, CanRunOnAgentsCalculator canRunOnCalculator)
RunningBuildImpl(BuildPromotionEx buildPromotion, SAgentRestrictor queuedAgentRestrictor, String rawTriggeredBy, int agentId, int agentTypeId, BuildContext context)
-
Uses of SAgentRestrictor in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type SAgentRestrictor Modifier and Type Method Description SQueuedBuild
SecuredBuildType. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)
RunningBuildEx
SecuredBuildFactory. createRunningBuild(BuildPromotionEx buildPromotion, SAgentRestrictor queuedAgentRestrictor, Date removeFromQueueTime, String requestor, Integer agentId, Integer agentTypeId)
protected SecuredQueuedBuild
SecuredQueuedBuildFactory. doCreateQueuedBuild(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String requestor)
List<QueuedBuildEx>
SecuredBuildQueue. restoreInQueue(BuildPromotionEx promo, SAgentRestrictor agentRestrictor, String rawTriggeredBy)
Method parameters in jetbrains.buildServer.serverSide.impl.auth with type arguments of type SAgentRestrictor Modifier and Type Method Description List<SQueuedBuild>
SecuredPersonalBuildManager. addRemoteRunsToQueue(Map<BuildType,SAgentRestrictor> buildTypeAgentRestrictorMap, long changeListId, String comment)
List<QueuedBuildEx>
SecuredBuildQueue. addToQueue(Map<BuildPromotionEx,SAgentRestrictor> promoAgentRestrictorMap, String rawTriggeredBy)
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type SAgentRestrictor Constructor Description SecuredQueuedBuild(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String rawTriggeredBy, BuildEstimator buildEstimator, BuildQueueEx buildQueue, BuildAgentManager agentManager, AgentPoolManager agentPoolManager, BuildServerEx server, TriggeredByParser triggeredByParser, SecurityContextEx securityContext, BuildAgentFactory buildAgentFactory, WaitReasonStatisticsCollector waitReasonStatisticsCollector, CanRunOnAgentsCalculator canRunOnCalculator)
SecuredRunningBuild(BuildPromotionEx buildPromotion, SAgentRestrictor queuedAgentRestrictor, String rawTriggeredBy, int agentId, int agentTypeId, BuildContext context)
-
Uses of SAgentRestrictor in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors
Classes in jetbrains.buildServer.serverSide.impl.buildDistribution.restrictors that implement SAgentRestrictor Modifier and Type Class Description class
CloudAgentRestrictor
class
PoolRestrictor
class
SingleAgentRestrictor
-
Uses of SAgentRestrictor in jetbrains.buildServer.serverSide.impl.personal
Method parameters in jetbrains.buildServer.serverSide.impl.personal with type arguments of type SAgentRestrictor Modifier and Type Method Description List<SQueuedBuild>
PersonalBuildManagerEx. addRemoteRunsToQueue(Map<BuildType,SAgentRestrictor> buildTypeAgentMap, long changeListId, String comment)
Creates personal builds for the specified build configurations and adds them into the queue on the corresponding agents.List<SQueuedBuild>
PersonalBuildManagerImpl. addRemoteRunsToQueue(Map<BuildType,SAgentRestrictor> buildTypeAgentRestrictorMap, long changeListId, String comment)
-