Class BuildAgentFunctions
java.lang.Object
com.atlassian.bamboo.v2.build.agent.BuildAgentFunctions
Functions and predicates for build agents.
- Since:
- 3.4
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable SystemInfogetSystemInfo(BuildAgent agent) static @Nullable UUIDgetUuid(BuildAgent agent) static booleanhasSystemInfo(BuildAgent agent) static booleanhasUuid(BuildAgent agent) static booleanisRemote(BuildAgent agent)
-
Method Details
-
isRemote
-
hasUuid
-
hasSystemInfo
-
getUuid
-
getSystemInfo
-