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

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

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

See Also:
Serialized Form

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

NAME

public static BuildControllerUpdate NAME

DESCRIPTION

public static BuildControllerUpdate DESCRIPTION

CUSTOM_ASSEMBLY_PATH

public static BuildControllerUpdate CUSTOM_ASSEMBLY_PATH

MAX_CONCURRENT_BUILDS

public static BuildControllerUpdate MAX_CONCURRENT_BUILDS

STATUS

public static BuildControllerUpdate STATUS

STATUS_MESSAGE

public static BuildControllerUpdate STATUS_MESSAGE

ENABLED

public static BuildControllerUpdate ENABLED

ATTACHED_PROPERTIES

public static BuildControllerUpdate ATTACHED_PROPERTIES
Method Detail

getWebServiceObject

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

fromWebServiceObject

public static BuildControllerUpdate fromWebServiceObject(ms.tfs.build.buildservice._04._BuildControllerUpdate value)

combine

public static BuildControllerUpdate combine(BuildControllerUpdate[] value)

containsAll

public boolean containsAll(BuildControllerUpdate other)

contains

public boolean contains(BuildControllerUpdate other)

containsAny

public boolean containsAny(BuildControllerUpdate other)

remove

public BuildControllerUpdate remove(BuildControllerUpdate other)

retain

public BuildControllerUpdate retain(BuildControllerUpdate other)

combine

public BuildControllerUpdate combine(BuildControllerUpdate other)


© 2015 Microsoft. All rights reserved.