com.microsoft.tfs.core.clients.build.flags
Class BuildControllerUpdate
java.lang.Object
com.microsoft.tfs.util.BitField
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
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 |
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
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.