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

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

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

See Also:
Serialized Form

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

NAME

public static BuildControllerUpdate2010 NAME

DESCRIPTION

public static BuildControllerUpdate2010 DESCRIPTION

CUSTOM_ASSEMBLY_PATH

public static BuildControllerUpdate2010 CUSTOM_ASSEMBLY_PATH

MAX_CONCURRENT_BUILDS

public static BuildControllerUpdate2010 MAX_CONCURRENT_BUILDS

STATUS

public static BuildControllerUpdate2010 STATUS

STATUS_MESSAGE

public static BuildControllerUpdate2010 STATUS_MESSAGE

ENABLED

public static BuildControllerUpdate2010 ENABLED
Method Detail

getWebServiceObject

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

fromWebServiceObject

public static BuildControllerUpdate2010 fromWebServiceObject(ms.tfs.build.buildservice._03._BuildControllerUpdate value)

combine

public static BuildControllerUpdate2010 combine(BuildControllerUpdate2010[] value)

containsAll

public boolean containsAll(BuildControllerUpdate2010 other)

contains

public boolean contains(BuildControllerUpdate2010 other)

containsAny

public boolean containsAny(BuildControllerUpdate2010 other)

remove

public BuildControllerUpdate2010 remove(BuildControllerUpdate2010 other)

retain

public BuildControllerUpdate2010 retain(BuildControllerUpdate2010 other)

combine

public BuildControllerUpdate2010 combine(BuildControllerUpdate2010 other)


© 2015 Microsoft. All rights reserved.