Uses of Interface
com.atlassian.bamboo.v2.build.queue.AgentQueueAccessor
-
Packages that use AgentQueueAccessor Package Description com.atlassian.bamboo.v2.build.agent com.atlassian.bamboo.v2.build.queue -
-
Uses of AgentQueueAccessor in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type AgentQueueAccessor Constructor Description BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService)
-
Uses of AgentQueueAccessor in com.atlassian.bamboo.v2.build.queue
Subinterfaces of AgentQueueAccessor in com.atlassian.bamboo.v2.build.queue Modifier and Type Interface Description interface
BuildQueueManager
This interface defines the work that the queue manager can do.Classes in com.atlassian.bamboo.v2.build.queue that implement AgentQueueAccessor Modifier and Type Class Description class
AgentQueueAccessorImpl
An instance of this class is shared between multiple local agentsclass
BuildQueueManagerImpl
-