Package | Description |
---|---|
com.atlassian.bamboo.buildqueue.manager | |
com.atlassian.bamboo.configuration.agent | |
com.atlassian.bamboo.v2.build.agent |
Modifier and Type | Method and Description |
---|---|
LocalBuildAgent |
AgentManagerImpl.getLocalAgent(long pipelineId) |
LocalBuildAgent |
AgentStateCache.getLocalAgent(long id) |
LocalBuildAgent |
AgentManager.getLocalAgent(long pipelineId)
Returns the pipeline that matches the passed id
|
Modifier and Type | Method and Description |
---|---|
List<LocalBuildAgent> |
AgentManagerImpl.getAllLocalAgents() |
List<LocalBuildAgent> |
AgentStateCache.getAllLocalAgents() |
List<LocalBuildAgent> |
AgentManager.getAllLocalAgents()
Returns all
LocalBuildAgent objects |
Collection<LocalBuildAgent> |
AgentManagerImpl.getLocalActiveAndEnabledAgents() |
Collection<LocalBuildAgent> |
AgentStateCache.getLocalActiveAndEnabledAgents() |
Collection<LocalBuildAgent> |
AgentManager.getLocalActiveAndEnabledAgents()
Returns local agents that are enabled and online
|
Modifier and Type | Method and Description |
---|---|
void |
AgentStateCache.initialiseAgents(Set<LocalBuildAgent> localAgents,
Set<BuildAgent> remoteAgents) |
Modifier and Type | Method and Description |
---|---|
List<LocalBuildAgent> |
ViewAgents.getLocalAgents() |
Modifier and Type | Class and Description |
---|---|
class |
LocalBuildAgentImpl |
Modifier and Type | Method and Description |
---|---|
void |
BuildAgent.BuildAgentVisitor.visitLocal(LocalBuildAgent localBuildAgent) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.