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