Uses of Interface
com.atlassian.bamboo.v2.build.agent.LocalBuildAgent

Packages that use LocalBuildAgent
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
 LocalBuildAgent LocalAgentManagerImpl.getLocalAgent(long pipelineId)
           
 LocalBuildAgent LocalAgentManager.getLocalAgent(long pipelineId)
          Returns the pipeline that matches the passed id
 

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type LocalBuildAgent
 java.util.List<LocalBuildAgent> LocalAgentManagerImpl.getAllLocalAgents()
           
 java.util.List<LocalBuildAgent> LocalAgentManager.getAllLocalAgents()
          Returns all LocalBuildAgent objects
 

Uses of LocalBuildAgent in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type LocalBuildAgent
 java.util.Collection<LocalBuildAgent> ViewAgents.getLocalAgents()
           
 

Uses of LocalBuildAgent in com.atlassian.bamboo.v2.build.agent
 

Classes in com.atlassian.bamboo.v2.build.agent that implement LocalBuildAgent
 class LocalBuildAgentImpl
           
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type LocalBuildAgent
 void BuildAgent.BuildAgentVisitor.visitLocal(LocalBuildAgent localBuildAgent)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.