@PublicApi
public interface AgentContext
Modifier and Type | Method and Description |
---|---|
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
|
@Nullable ExecutableBuildAgent getBuildAgent()
void setBuildAgent(@Nullable ExecutableBuildAgent buildAgent)
buildAgent
- void clearBuildAgent()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.