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 SQueuedBuildMockBuildType. 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 SAgentRestrictorAgentRestrictorFactory. createFor(int typeId, int id)SAgentRestrictorAgentRestrictorFactory. createFor(AgentRestrictorType type, int id)SAgentRestrictorQueuedBuildEx. getAgentRestrictor()SAgentRestrictorRunningBuildEx. 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 SQueuedBuildBuildTypeEx. 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 configurationQueuedBuildExQueuedBuildFactory. createQueuedBuild(BuildPromotion promotion, SAgentRestrictor agentRestrictor, String requestor, Date queuedAt)QueuedBuildExQueuedBuildFactory. 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 SAgentRestrictorAgentRestrictorFactoryImpl. createFor(int typeId, int id)SAgentRestrictorAgentRestrictorFactoryImpl. createFor(AgentRestrictorType type, int id)SAgentRestrictorQueuedBuildImpl. getAgentRestrictor()SAgentRestrictorCompositeRunningBuild. getQueuedAgentRestrictor()SAgentRestrictorRunningBuildImpl. getQueuedAgentRestrictor()SAgentRestrictorRunningBuildWrapper. getQueuedAgentRestrictor()Methods in jetbrains.buildServer.serverSide.impl with parameters of type SAgentRestrictor Modifier and Type Method Description SQueuedBuildBuildTypeImpl. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)SQueuedBuildDummyBuildType. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)SQueuedBuildEditableBuildTypeCopy. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)SQueuedBuildRemoteBuildTypeImpl. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String requestor)QueuedBuildExQueuedBuildFactoryImpl. createQueuedBuild(BuildPromotion buildPromotion, SAgentRestrictor agentRestrictor, String requestor, Date queuedAt)QueuedBuildExQueuedBuildFactoryImpl. createRestoredQueuedBuild(BuildPromotionEx buildPromotion, SAgentRestrictor agentRestrictor, String requestor)RunningBuildExBuildFactory. createRunningBuild(BuildPromotionEx promotionState, SAgentRestrictor queuedAgentRestrictor, Date removeFromQueueTime, String requestor, Integer agentId, Integer agentTypeId)RunningBuildExBuildFactoryImpl. createRunningBuild(BuildPromotionEx buildPromotion, SAgentRestrictor queuedAgentRestrictor, Date removeFromQueueTime, String requestor, Integer agentId, Integer agentTypeId)protected QueuedBuildImplQueuedBuildFactoryImpl. 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 SQueuedBuildSecuredBuildType. addToQueue(SAgentRestrictor agentRestrictor, BuildPromotionEx buildPromotion, String triggeredBy)RunningBuildExSecuredBuildFactory. createRunningBuild(BuildPromotionEx buildPromotion, SAgentRestrictor queuedAgentRestrictor, Date removeFromQueueTime, String requestor, Integer agentId, Integer agentTypeId)protected SecuredQueuedBuildSecuredQueuedBuildFactory. 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 classCloudAgentRestrictorclassPoolRestrictorclassSingleAgentRestrictor -
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)
-