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 BuildQueueEx
BuildServerEx. 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 class
BuildQueueImpl
Fields in jetbrains.buildServer.serverSide.impl declared as BuildQueueEx Modifier and Type Field Description protected BuildQueueEx
QueuedBuildFactoryImpl. myBuildQueue
Methods in jetbrains.buildServer.serverSide.impl that return BuildQueueEx Modifier and Type Method Description BuildQueueEx
BuildServerImpl. getQueue()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildQueueEx Modifier and Type Method Description void
BuildAgentManagerImpl. setBuildQueue(BuildQueueEx buildQueue)
void
BuildServerImpl. setBuildQueue(BuildQueueEx queue)
void
QueuedBuildFactoryImpl. setBuildQueue(BuildQueueEx buildQueue)
void
BuildEstimatorFeeder. setQueue(BuildQueueEx queue)
void
UserChangesFacadeImpl. 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 class
SecuredBuildQueue
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type BuildQueueEx Modifier and Type Method Description void
SecuredBuildQueue. 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 BuildQueueEx
AgentContext. getBuildQueue()
BuildQueueEx
BuildTypeContextsImpl. getBuildQueue()
BuildQueueEx
BuildContext. getQueue()
BuildQueueEx
BuildContextImpl. getQueue()
BuildQueueEx
BuildPromotionContext. getQueue()
BuildQueueEx
BuildTypeContext. getQueue()
BuildQueueEx
BuildTypeContextsImpl. getQueue()
Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type BuildQueueEx Modifier and Type Method Description void
BuildContextImpl. setQueue(BuildQueueEx queue)
void
BuildTypeContextsImpl. 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 void
PersonalBuildManagerImpl. 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 void
CachingBuildEstimator. 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)
-