Uses of Interface
com.atlassian.bamboo.v2.build.agent.LocalBuildAgent
Package
Description
-
Uses of LocalBuildAgent in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeMethodDescriptionAgentManager.getLocalAgent
(long pipelineId) Returns the pipeline that matches the passed idAgentManagerImpl.getLocalAgent
(long pipelineId) AgentStateCache.getLocalAgent
(long id) Modifier and TypeMethodDescription@NotNull List<LocalBuildAgent>
AgentManager.getAllLocalAgents()
Returns allLocalBuildAgent
objects@NotNull List<LocalBuildAgent>
AgentManagerImpl.getAllLocalAgents()
AgentStateCache.getAllLocalAgents()
@NotNull Collection<LocalBuildAgent>
AgentManager.getLocalActiveAndEnabledAgents()
Returns local agents that are enabled and online@NotNull Collection<LocalBuildAgent>
AgentManagerImpl.getLocalActiveAndEnabledAgents()
AgentStateCache.getLocalActiveAndEnabledAgents()
Modifier and TypeMethodDescriptionvoid
AgentStateCache.initialiseAgents
(@NotNull Set<LocalBuildAgent> localAgents, @NotNull Set<BuildAgent> remoteAgents) -
Uses of LocalBuildAgent in com.atlassian.bamboo.configuration.agent
-
Uses of LocalBuildAgent in com.atlassian.bamboo.v2.build.agent
Modifier and TypeMethodDescriptionvoid
BuildAgent.BuildAgentVisitor.visitLocal
(LocalBuildAgent localBuildAgent)