com.microsoft.tfs.core.clients.build.flags
Class BuildAgentUpdate

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.build.flags.BuildAgentUpdate
All Implemented Interfaces:
java.io.Serializable

public class BuildAgentUpdate
extends com.microsoft.tfs.util.BitField

See Also:
Serialized Form

Field Summary
static BuildAgentUpdate ATTACHED_PROPERTIES
           
static BuildAgentUpdate BUILD_DIRECTORY
           
static BuildAgentUpdate CONTROLLER_URI
           
static BuildAgentUpdate DESCRIPTION
           
static BuildAgentUpdate ENABLED
           
static BuildAgentUpdate NAME
           
static BuildAgentUpdate NONE
           
static BuildAgentUpdate STATUS
           
static BuildAgentUpdate STATUS_MESSAGE
           
static BuildAgentUpdate TAGS
           
 
Method Summary
 BuildAgentUpdate combine(BuildAgentUpdate other)
           
static BuildAgentUpdate combine(BuildAgentUpdate[] value)
           
 boolean contains(BuildAgentUpdate other)
           
 boolean containsAll(BuildAgentUpdate other)
           
 boolean containsAny(BuildAgentUpdate other)
           
static BuildAgentUpdate fromWebServiceObject(ms.tfs.build.buildservice._04._BuildAgentUpdate value)
           
 ms.tfs.build.buildservice._04._BuildAgentUpdate getWebServiceObject()
           
 BuildAgentUpdate remove(BuildAgentUpdate other)
           
 BuildAgentUpdate retain(BuildAgentUpdate other)
           
 
Methods inherited from class com.microsoft.tfs.util.BitField
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final BuildAgentUpdate NONE

NAME

public static final BuildAgentUpdate NAME

DESCRIPTION

public static final BuildAgentUpdate DESCRIPTION

CONTROLLER_URI

public static final BuildAgentUpdate CONTROLLER_URI

BUILD_DIRECTORY

public static final BuildAgentUpdate BUILD_DIRECTORY

STATUS

public static final BuildAgentUpdate STATUS

STATUS_MESSAGE

public static final BuildAgentUpdate STATUS_MESSAGE

TAGS

public static final BuildAgentUpdate TAGS

ENABLED

public static final BuildAgentUpdate ENABLED

ATTACHED_PROPERTIES

public static final BuildAgentUpdate ATTACHED_PROPERTIES
Method Detail

getWebServiceObject

public ms.tfs.build.buildservice._04._BuildAgentUpdate getWebServiceObject()

fromWebServiceObject

public static BuildAgentUpdate fromWebServiceObject(ms.tfs.build.buildservice._04._BuildAgentUpdate value)

combine

public static BuildAgentUpdate combine(BuildAgentUpdate[] value)

containsAll

public boolean containsAll(BuildAgentUpdate other)

contains

public boolean contains(BuildAgentUpdate other)

containsAny

public boolean containsAny(BuildAgentUpdate other)

remove

public BuildAgentUpdate remove(BuildAgentUpdate other)

retain

public BuildAgentUpdate retain(BuildAgentUpdate other)

combine

public BuildAgentUpdate combine(BuildAgentUpdate other)


© 2015 Microsoft. All rights reserved.