Uses of Interface
com.atlassian.bamboo.v2.build.queue.BuildQueueManager
-
-
Uses of BuildQueueManager in com.atlassian.bamboo.agent.ephemeral
Constructors in com.atlassian.bamboo.agent.ephemeral with parameters of type BuildQueueManager Constructor Description EphemeralAgentEventListener(@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 BuildQueueManager Constructor Description ManagedAgentContainersOptimizerImpl(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 BuildQueueManager Modifier and Type Method Description void
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 BuildQueueManager Modifier and Type Method Description void
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 BuildQueueManager Constructor Description DeploymentQueueResource(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager)
-
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.model.chain
Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as BuildQueueManager Modifier and Type Field Description protected BuildQueueManager
RestChainResult. buildQueueManager
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type BuildQueueManager Constructor Description RestChainResult(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 BuildQueueManager Constructor Description QueueResource(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of BuildQueueManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BuildQueueManager Constructor Description ResultServiceImpl(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)
-
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 BuildQueueManager Constructor Description QueueResource(BuildQueueManager buildQueueManager, PlansGroupExecutionManager plansGroupExecutionManager)
-
Uses of BuildQueueManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BuildQueueManager Modifier and Type Field Description static 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 BuildQueueManager Modifier and Type Class Description class
BuildQueueManagerImpl
Methods in com.atlassian.bamboo.v2.build.queue with parameters of type BuildQueueManager Modifier and Type Method Description static Iterable<ResultKey>
QueueManagerUtils. getQueuedExecutables(BuildQueueManager buildQueueManager)
static <V> QueueManagerView<BuildContext,V>
QueueManagerView. newBuildView(BuildQueueManager buildQueueManager, com.google.common.base.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, com.google.common.base.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 Key planKey)
Remove queued items for key.Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type BuildQueueManager Constructor Description BuildTriggeredListener(BuildQueueManager buildQueueManager)
-
Uses of BuildQueueManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type BuildQueueManager Modifier and Type Method Description void
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 BuildQueueManager Modifier and Type Method Description void
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 BuildQueueManager Modifier and Type Method Description void
ReorderBuild. setBuildQueueManager(BuildQueueManager buildQueueManager)
-