com.atlassian.bamboo.v2.build.agent
Class BuildAgentFunctions

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

public final class BuildAgentFunctions
extends java.lang.Object

Functions and predicates for build agents.

Since:
3.4

Method Summary
static com.google.common.base.Function<BuildAgent,SystemInfo> getSystemInfo()
           
static com.google.common.base.Function<BuildAgent,java.util.UUID> getUuid()
           
static com.google.common.base.Predicate<BuildAgent> hasSystemInfo()
           
static com.google.common.base.Predicate<BuildAgent> hasUuid()
           
static com.google.common.base.Predicate<BuildAgent> isRemote()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.