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

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

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

See Also:
Serialized Form

Field Summary
static BuildAgentUpdate2010 BUILD_DIRECTORY
           
static BuildAgentUpdate2010 CONTROLLER_URI
           
static BuildAgentUpdate2010 DESCRIPTION
           
static BuildAgentUpdate2010 ENABLED
           
static BuildAgentUpdate2010 NAME
           
static BuildAgentUpdate2010 NONE
           
static BuildAgentUpdate2010 STATUS
           
static BuildAgentUpdate2010 STATUS_MESSAGE
           
static BuildAgentUpdate2010 TAGS
           
 
Method Summary
 BuildAgentUpdate2010 combine(BuildAgentUpdate2010 other)
           
static BuildAgentUpdate2010 combine(BuildAgentUpdate2010[] value)
           
 boolean contains(BuildAgentUpdate2010 other)
           
 boolean containsAll(BuildAgentUpdate2010 other)
           
 boolean containsAny(BuildAgentUpdate2010 other)
           
static BuildAgentUpdate2010 fromWebServiceObject(ms.tfs.build.buildservice._03._BuildAgentUpdate value)
           
 ms.tfs.build.buildservice._03._BuildAgentUpdate getWebServiceObject()
           
 BuildAgentUpdate2010 remove(BuildAgentUpdate2010 other)
           
 BuildAgentUpdate2010 retain(BuildAgentUpdate2010 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 BuildAgentUpdate2010 NONE

NAME

public static final BuildAgentUpdate2010 NAME

DESCRIPTION

public static final BuildAgentUpdate2010 DESCRIPTION

CONTROLLER_URI

public static final BuildAgentUpdate2010 CONTROLLER_URI

BUILD_DIRECTORY

public static final BuildAgentUpdate2010 BUILD_DIRECTORY

STATUS

public static final BuildAgentUpdate2010 STATUS

STATUS_MESSAGE

public static final BuildAgentUpdate2010 STATUS_MESSAGE

TAGS

public static final BuildAgentUpdate2010 TAGS

ENABLED

public static final BuildAgentUpdate2010 ENABLED
Method Detail

getWebServiceObject

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

fromWebServiceObject

public static BuildAgentUpdate2010 fromWebServiceObject(ms.tfs.build.buildservice._03._BuildAgentUpdate value)

combine

public static BuildAgentUpdate2010 combine(BuildAgentUpdate2010[] value)

containsAll

public boolean containsAll(BuildAgentUpdate2010 other)

contains

public boolean contains(BuildAgentUpdate2010 other)

containsAny

public boolean containsAny(BuildAgentUpdate2010 other)

remove

public BuildAgentUpdate2010 remove(BuildAgentUpdate2010 other)

retain

public BuildAgentUpdate2010 retain(BuildAgentUpdate2010 other)

combine

public BuildAgentUpdate2010 combine(BuildAgentUpdate2010 other)


© 2015 Microsoft. All rights reserved.