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

All Superinterfaces:
BuildAgent, java.lang.Comparable<BuildAgent>, NameProvider
All Known Implementing Classes:
LocalBuildAgentImpl

public interface LocalBuildAgent
extends BuildAgent


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.bamboo.v2.build.agent.BuildAgent
BuildAgent.BuildAgentVisitor
 
Method Summary
 ExecutableBuildAgent getExecutableBuildAgent()
          The executable agent (which you can start/stop/build on) for the local agent.
 
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.BuildAgent
accept, getAgentStatus, getDefinition, getId, getName, isActive, isBusy, isEnabled, isRequestedToBeStopped, isUnresponsive, setDefinition, setRequestedToBeStopped, setUnresponsive
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getExecutableBuildAgent

@NotNull
ExecutableBuildAgent getExecutableBuildAgent()
The executable agent (which you can start/stop/build on) for the local agent.

Returns:


Copyright © 2010 Atlassian. All Rights Reserved.