Uses of Interface
com.atlassian.bamboo.v2.build.queue.BuildQueueManager
Packages that use BuildQueueManager
Package
Description
-
Uses of BuildQueueManager in com.atlassian.bamboo.agent.ephemeral
Constructors in com.atlassian.bamboo.agent.ephemeral with parameters of type BuildQueueManagerModifierConstructorDescriptionEphemeralAgentEventListener
(@NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull BuildQueueManager buildQueueManager) -
Uses of BuildQueueManager in com.atlassian.bamboo.agent.managed.schedule
Constructors in com.atlassian.bamboo.agent.managed.schedule with parameters of type BuildQueueManagerModifierConstructorDescriptionManagedAgentContainersOptimizerImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentResultsSummaryManager agentResultsSummaryManager, AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, CachedPlanManager cachedPlanManager, DeploymentResultService deploymentResultService, ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, com.opensymphony.xwork2.TextProvider textProvider, EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry) -
Uses of BuildQueueManager in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type BuildQueueManagerModifier and TypeMethodDescriptionvoid
BuildResultsAction.setBuildQueueManager
(BuildQueueManager buildQueueManager) void
ChainResultsAction.setBuildQueueManager
(BuildQueueManager buildQueueManager) void
DefaultStopBuildManager.setBuildQueueManager
(BuildQueueManager buildQueueManager) -
Uses of BuildQueueManager in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildQueueManagerModifier and TypeMethodDescriptionvoid
BuildQueueMonitor.setBuildQueueManager
(BuildQueueManager buildQueueManager) -
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type BuildQueueManagerModifierConstructorDescriptionDeploymentQueueResource
(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, CachedEnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, RestAuthenticationContext restAuthenticationContext) -
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.model.chain
Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as BuildQueueManagerConstructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type BuildQueueManagerModifierConstructorDescriptionRestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestChainResultDetails
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager) RestStageResult
(ChainStageResult chainStageResult, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResults, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, List<ChainStageResult> chainStageResults, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService) -
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BuildQueueManagerModifierConstructorDescriptionQueueResource
(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, RestAuthenticationContext restAuthenticationContext) -
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildQueueManagerModifierConstructorDescriptionResultServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext) -
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type BuildQueueManagerModifierConstructorDescriptionQueueResource
(BuildQueueManager buildQueueManager, PlansGroupExecutionManager plansGroupExecutionManager, RestAuthenticationContext restAuthenticationContext) -
Uses of BuildQueueManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BuildQueueManagerModifier and TypeFieldDescriptionstatic final Supplier<BuildQueueManager>
ComponentAccessor.BUILD_QUEUE_MANAGER
Deprecated. -
Uses of BuildQueueManager in com.atlassian.bamboo.v2.build.queue
Classes in com.atlassian.bamboo.v2.build.queue that implement BuildQueueManagerMethods in com.atlassian.bamboo.v2.build.queue with parameters of type BuildQueueManagerModifier and TypeMethodDescriptionQueueManagerUtils.getQueuedExecutables
(BuildQueueManager buildQueueManager) static <V> QueueManagerView<BuildContext,
V> QueueManagerView.newBuildView
(BuildQueueManager buildQueueManager, Function<BuildQueueManager.QueueItemView<BuildContext>, BuildQueueManager.QueueItemView<V>> viewMapper) Convenience method that returns a view with builds (not deployments).static <V> QueueManagerView<CommonContext,
V> QueueManagerView.newView
(BuildQueueManager buildQueueManager, Function<BuildQueueManager.QueueItemView<CommonContext>, BuildQueueManager.QueueItemView<V>> context2QueueItem) Creates a queue view that returns all queued executables - without filteringstatic void
QueueManagerUtils.removeFromQueue
(@NotNull BuildQueueManager buildQueueManager, @NotNull LocalResultProcessor localResultProcessor, @NotNull Key planKey) Remove queued items for key. -
Uses of BuildQueueManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type BuildQueueManagerModifier and TypeMethodDescriptionvoid
StarterAction.setBuildQueueManager
(BuildQueueManager buildQueueManager) -
Uses of BuildQueueManager in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildQueueManagerModifier and TypeMethodDescriptionvoid
BuildJsonProviderAction.setBuildQueueManager
(BuildQueueManager buildQueueManager) -
Uses of BuildQueueManager in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type BuildQueueManagerModifier and TypeMethodDescriptionvoid
ReorderBuild.setBuildQueueManager
(BuildQueueManager buildQueueManager)