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