Interface LocalBuildAgent
- All Superinterfaces:
BambooIdProvider,BuildAgent,Comparable<BuildAgent>,NameProvider
- All Known Implementing Classes:
LocalBuildAgentImpl
-
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
Modifier and TypeMethodDescription@NotNull ExecutableBuildAgentThe 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, setUnresponsiveMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getExecutableBuildAgent
The executable agent (which you can start/stop/build on) for the local agent.- Returns:
-