Package com.atlassian.bamboo.agent
Class AgentTypeHolder
- java.lang.Object
-
- com.atlassian.bamboo.agent.AgentTypeHolder
-
@PublicApi public class AgentTypeHolder extends Object
Retrieve theAgentType
of the agent you are currently on. If called from the server it will show asAgentType.LOCAL
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull AgentType
get()
static void
set(@NotNull AgentType type)
-