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

Packages that use ExecutableBuildAgent
com.atlassian.bamboo.build.fileserver   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.capability   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.agent.remote.event   
com.atlassian.bamboo.v2.build.agent.remote.heartbeat   
 

Uses of ExecutableBuildAgent in com.atlassian.bamboo.build.fileserver
 

Methods in com.atlassian.bamboo.build.fileserver with parameters of type ExecutableBuildAgent
 java.lang.String BuildDirectoryManager.getAgentPathPrefix(ExecutableBuildAgent buildAgent)
           
 java.lang.String DefaultBuildDirectoryManager.getAgentPathPrefix(ExecutableBuildAgent buildAgent)
           
 

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

Classes in com.atlassian.bamboo.v2.build.agent that implement ExecutableBuildAgent
 class DefaultBuildAgent
           
 

Methods in com.atlassian.bamboo.v2.build.agent that return ExecutableBuildAgent
 ExecutableBuildAgent LocalBuildAgent.getExecutableBuildAgent()
          The executable agent (which you can start/stop/build on) for the local agent.
 ExecutableBuildAgent LocalBuildAgentImpl.getExecutableBuildAgent()
           
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type ExecutableBuildAgent
 void BuildAgentControllerImpl.finishBuilding(ExecutableBuildAgent buildAgent)
           
 void BuildAgentController.finishBuilding(ExecutableBuildAgent buildAgent)
           
 void BuildAgentControllerImpl.prepareForBuilding(ExecutableBuildAgent buildAgent)
           
 void BuildAgentController.prepareForBuilding(ExecutableBuildAgent buildAgent)
           
 void BuildAgentControllerImpl.waitAndPerformBuild(ExecutableBuildAgent buildAgent)
           
 void BuildAgentController.waitAndPerformBuild(ExecutableBuildAgent buildAgent)
          Gets the passed build agent to wait for a build and the run the build
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ExecutableBuildAgent
LocalBuildAgentImpl(LocalAgentDefinition definition, ExecutableBuildAgent executableBuildAgent)
           
 

Uses of ExecutableBuildAgent in com.atlassian.bamboo.v2.build.agent.capability
 

Methods in com.atlassian.bamboo.v2.build.agent.capability that return ExecutableBuildAgent
 ExecutableBuildAgent AgentContext.getBuildAgent()
          Current build agent.
 ExecutableBuildAgent AgentContextImpl.getBuildAgent()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type ExecutableBuildAgent
 void AgentContext.setBuildAgent(ExecutableBuildAgent buildAgent)
          Stores a agent set within the ThreadLocal
 void AgentContextImpl.setBuildAgent(ExecutableBuildAgent buildAgent)
           
 

Uses of ExecutableBuildAgent in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ExecutableBuildAgent
 class RemoteBuildAgent
          This class overrides DefaultBuildAgent's shutdown() and onMainThreadFinished() methods to make sure that the agent process terminates when the main thread is finished.
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type ExecutableBuildAgent
 java.lang.String RemoteBuildDirectoryManager.getAgentPathPrefix(ExecutableBuildAgent buildAgent)
           
 

Uses of ExecutableBuildAgent in com.atlassian.bamboo.v2.build.agent.remote.event
 

Constructors in com.atlassian.bamboo.v2.build.agent.remote.event with parameters of type ExecutableBuildAgent
KillAgentOnFingerprintMismatchListener(RemoteAgent remoteAgent, ExecutableBuildAgent executableBuildAgent)
           
 

Uses of ExecutableBuildAgent in com.atlassian.bamboo.v2.build.agent.remote.heartbeat
 

Methods in com.atlassian.bamboo.v2.build.agent.remote.heartbeat with parameters of type ExecutableBuildAgent
 void AgentHeartBeatJob.setExecutableBuildAgent(ExecutableBuildAgent executableBuildAgent)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.