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 SystemInfo
getSystemInfo
(BuildAgent agent) static @Nullable UUID
getUuid
(BuildAgent agent) static boolean
hasSystemInfo
(BuildAgent agent) static boolean
hasUuid
(BuildAgent agent) static boolean
isRemote
(BuildAgent agent)
-
Method Details
-
isRemote
-
hasUuid
-
hasSystemInfo
-
getUuid
-
getSystemInfo
-