com.atlassian.bamboo.v2.build.agent
Class BuildAgentFunctions
java.lang.Object
com.atlassian.bamboo.v2.build.agent.BuildAgentFunctions
public final class BuildAgentFunctions
- extends java.lang.Object
Functions and predicates for build agents.
- Since:
- 3.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRemote
public static com.google.common.base.Predicate<BuildAgent> isRemote()
hasUuid
public static com.google.common.base.Predicate<BuildAgent> hasUuid()
getUuid
public static com.google.common.base.Function<BuildAgent,java.util.UUID> getUuid()
hasSystemInfo
public static com.google.common.base.Predicate<BuildAgent> hasSystemInfo()
getSystemInfo
public static com.google.common.base.Function<BuildAgent,SystemInfo> getSystemInfo()
Copyright © 2012 Atlassian. All Rights Reserved.