Uses of Interface
com.atlassian.bamboo.v2.build.agent.LocalBuildAgent
-
Packages that use LocalBuildAgent Package Description com.atlassian.bamboo.buildqueue.manager com.atlassian.bamboo.configuration.agent com.atlassian.bamboo.v2.build.agent -
-
Uses of LocalBuildAgent in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return LocalBuildAgent Modifier and Type Method Description LocalBuildAgent
AgentManager. getLocalAgent(long pipelineId)
Returns the pipeline that matches the passed idLocalBuildAgent
AgentManagerImpl. getLocalAgent(long pipelineId)
LocalBuildAgent
AgentStateCache. getLocalAgent(long id)
Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type LocalBuildAgent Modifier and Type Method Description @NotNull List<LocalBuildAgent>
AgentManager. getAllLocalAgents()
Returns allLocalBuildAgent
objects@NotNull List<LocalBuildAgent>
AgentManagerImpl. getAllLocalAgents()
List<LocalBuildAgent>
AgentStateCache. getAllLocalAgents()
@NotNull Collection<LocalBuildAgent>
AgentManager. getLocalActiveAndEnabledAgents()
Returns local agents that are enabled and online@NotNull Collection<LocalBuildAgent>
AgentManagerImpl. getLocalActiveAndEnabledAgents()
Collection<LocalBuildAgent>
AgentStateCache. getLocalActiveAndEnabledAgents()
Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type LocalBuildAgent Modifier and Type Method Description void
AgentStateCache. initialiseAgents(@NotNull Set<LocalBuildAgent> localAgents, @NotNull Set<BuildAgent> remoteAgents)
-
Uses of LocalBuildAgent in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type LocalBuildAgent Modifier and Type Method Description List<LocalBuildAgent>
ViewAgents. getLocalAgents()
-
Uses of LocalBuildAgent in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement LocalBuildAgent Modifier and Type Class Description class
LocalBuildAgentImpl
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type LocalBuildAgent Modifier and Type Method Description void
BuildAgent.BuildAgentVisitor. visitLocal(LocalBuildAgent localBuildAgent)
-