Interface LocalBuildAgent
-
- All Superinterfaces:
BambooIdProvider
,BuildAgent
,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
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.v2.build.agent.BuildAgent
EPHEMERAL_AGENT_TEMPLATE_ID_KEY, EPHEMERAL_AGENT_TEMPLATE_NAME_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull 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, getType, isActive, isBusy, isDedicated, isEnabled, isRequestedToBeStopped, isUnresponsive, setDefinition, setRequestedToBeStopped, setUnresponsive
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getExecutableBuildAgent
@NotNull @NotNull ExecutableBuildAgent getExecutableBuildAgent()
The executable agent (which you can start/stop/build on) for the local agent.- Returns:
-
-