Class BuildAgentFunctions

java.lang.Object
com.atlassian.bamboo.v2.build.agent.BuildAgentFunctions

@Internal public final class BuildAgentFunctions extends Object
Functions and predicates for build agents.
Since:
3.4
  • Method Details

    • isRemote

      public static boolean isRemote(BuildAgent agent)
    • hasUuid

      public static boolean hasUuid(BuildAgent agent)
    • hasSystemInfo

      public static boolean hasSystemInfo(BuildAgent agent)
    • getUuid

      @Nullable public static @Nullable UUID getUuid(BuildAgent agent)
    • getSystemInfo

      @Nullable public static @Nullable SystemInfo getSystemInfo(BuildAgent agent)