Uses of Interface
jetbrains.buildServer.serverSide.BuildQueueEx
-
-
Uses of BuildQueueEx in jetbrains.buildServer.controllers.actions
Constructors in jetbrains.buildServer.controllers.actions with parameters of type BuildQueueEx Constructor Description SimpleActionController(BuildServerEx server, WebControllerManager controllerManager, AddToQueueProcessor addToQueueProcessor, RunBuildBeanFactory runBuildBeanFactory, BuildQueueEx buildQueue, ConfigActionFactory configActionFactory, UIConfigsPersister persister) -
Uses of BuildQueueEx in jetbrains.buildServer.controllers.admin.actions
Constructors in jetbrains.buildServer.controllers.admin.actions with parameters of type BuildQueueEx Constructor Description ArchiveProjectAction(ProjectManager projectManager, AdminActionsController adminActions, SecurityContext securityContext, BuildQueueEx buildQueue) -
Uses of BuildQueueEx in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type BuildQueueEx Constructor Description PauseProjectController(SBuildServer server, ProjectManager projectManager, SecurityContext securityContext, ConfigActionFactory configActionFactory, UIConfigsPersister configsPersister, BuildQueueEx buildQueue) -
Uses of BuildQueueEx in jetbrains.buildServer.controllers.queue
Constructors in jetbrains.buildServer.controllers.queue with parameters of type BuildQueueEx Constructor Description BuildQueueController(SBuildServer server, AgentPoolManager agentPoolManager, BuildQueueEx buildQueue, BuildAgentManager buildAgentManager, VirtualAgentsManager virtualAgentsManager, BranchBeanFactory branchBeanFactory, ProjectManager projectManager, CanRunOnAgentsCalculator canRunCalculator)BuildQueueForm(BuildQueueEx buildQueue, BuildAgentManager buildAgentManager, VirtualAgentsManager virtualAgentsManager, AgentPoolManager agentPoolManager, ProjectManager projectManager, CanRunOnAgentsCalculator canRunOnAgentsCalculator) -
Uses of BuildQueueEx in jetbrains.buildServer.controllers.viewLog
Constructors in jetbrains.buildServer.controllers.viewLog with parameters of type BuildQueueEx Constructor Description ViewQueuedController(BuildServerEx server, SecurityContextEx securityContext, BuildQueueEx buildQueue, BuildPromotionManager promotionManager, VcsLabelManager labelManager, MergeManager mergeManager, BranchBeanFactory branchBeanFactory) -
Uses of BuildQueueEx in jetbrains.buildServer.push.notificator
Constructors in jetbrains.buildServer.push.notificator with parameters of type BuildQueueEx Constructor Description BuildQueueCountersByPoolNotifier(ExecutorServices executorServices, TopicsRegistry topicsRegistry, EventDispatcher<BuildServerListener> dispatcher, BuildQueueEx buildQueue, AgentPoolManager agentPoolManager) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return BuildQueueEx Modifier and Type Method Description BuildQueueExBuildServerEx. getQueue()Constructors in jetbrains.buildServer.serverSide with parameters of type BuildQueueEx Constructor Description CachingCompatibilityListener(BuildQueueEx queue, EventDispatcher<BuildServerListener> buildServerEventDispatcher, EventDispatcher<ToolEventsListener> toolRegistryEventDispatcher, ProjectManagerEx projectManager, ExecutorServices executorServices, ServerResponsibility serverResponsibility) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.dependency
Constructors in jetbrains.buildServer.serverSide.dependency with parameters of type BuildQueueEx Constructor Description ConditionalBuildChainModifier(BuildQueueEx buildQueue)TagBasedBuildChainModifier(BuildPromotion top, BuildQueueEx buildQueue, List<String> tagsToSkip, List<String> tagsToInclude, String cancelBuildComment) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement BuildQueueEx Modifier and Type Class Description classBuildQueueImplFields in jetbrains.buildServer.serverSide.impl declared as BuildQueueEx Modifier and Type Field Description protected BuildQueueExQueuedBuildFactoryImpl. myBuildQueueMethods in jetbrains.buildServer.serverSide.impl that return BuildQueueEx Modifier and Type Method Description BuildQueueExBuildServerImpl. getQueue()Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildQueueEx Modifier and Type Method Description voidBuildAgentManagerImpl. setBuildQueue(BuildQueueEx buildQueue)voidBuildServerImpl. setBuildQueue(BuildQueueEx queue)voidQueuedBuildFactoryImpl. setBuildQueue(BuildQueueEx buildQueue)voidBuildEstimatorFeeder. setQueue(BuildQueueEx queue)voidUserChangesFacadeImpl. setQueue(BuildQueueEx queue) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement BuildQueueEx Modifier and Type Class Description classSecuredBuildQueueMethods in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildQueueEx Modifier and Type Method Description voidSecuredBuildQueue. setDelegate(BuildQueueEx delegate)Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildQueueEx 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) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return BuildQueueEx Modifier and Type Method Description BuildQueueExAgentContext. getBuildQueue()BuildQueueExBuildTypeContextsImpl. getBuildQueue()BuildQueueExBuildContext. getQueue()BuildQueueExBuildContextImpl. getQueue()BuildQueueExBuildPromotionContext. getQueue()BuildQueueExBuildTypeContext. getQueue()BuildQueueExBuildTypeContextsImpl. getQueue()Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type BuildQueueEx Modifier and Type Method Description voidBuildContextImpl. setQueue(BuildQueueEx queue)voidBuildTypeContextsImpl. setQueue(BuildQueueEx queue) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.impl.buildDistribution
Constructors in jetbrains.buildServer.serverSide.impl.buildDistribution with parameters of type BuildQueueEx Constructor Description CheckingForChangesPrecondition(BuildQueueEx buildQueue)DefaultPreconditions(ExtensionHolder extensionHolder, BuildQueueEx buildQueue)QueuedBuildOptimizerImpl(BuildQueueEx queue, VersionedSettingsManager versionedSettingsManager, BuildSettingsOptions buildSettingsOptions, ExecutorService queueTasksExecutor, Counter optimizationMetric)QueuedBuildTerminatorImpl(ExecutorService executorService, BuildQueueEx buildQueue) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal with parameters of type BuildQueueEx Modifier and Type Method Description voidPersonalBuildManagerImpl. setQueue(BuildQueueEx queue) -
Uses of BuildQueueEx in jetbrains.buildServer.serverSide.impl.timeEstimation
Methods in jetbrains.buildServer.serverSide.impl.timeEstimation with parameters of type BuildQueueEx Modifier and Type Method Description voidCachingBuildEstimator. init(BuildQueueEx buildQueue)Constructors in jetbrains.buildServer.serverSide.impl.timeEstimation with parameters of type BuildQueueEx Constructor Description CachingBuildEstimator(CachingBuildEstimator.Feeder feeder, EventDispatcher<BuildServerListener> dispatcher, BuildQueueEx buildQueue)
-