|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.agent.capability.AgentContextImpl
public class AgentContextImpl
Constructor Summary | |
---|---|
AgentContextImpl()
|
Method Summary | |
---|---|
void |
clearBuildAgent()
Removes whatever is currently stored in thread local |
ExecutableBuildAgent |
getBuildAgent()
Current build agent. |
void |
setBuildAgent(ExecutableBuildAgent buildAgent)
Stores a agent set within the ThreadLocal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentContextImpl()
Method Detail |
---|
@Nullable public ExecutableBuildAgent getBuildAgent()
AgentContext
getBuildAgent
in interface AgentContext
public void setBuildAgent(@Nullable ExecutableBuildAgent buildAgent)
AgentContext
setBuildAgent
in interface AgentContext
public void clearBuildAgent()
AgentContext
clearBuildAgent
in interface AgentContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |