com.microsoft.tfs.core.clients.build.flags
Class QueuedBuildUpdate2010
java.lang.Object
com.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.build.flags.QueuedBuildUpdate2010
- All Implemented Interfaces:
- java.io.Serializable
public class QueuedBuildUpdate2010
- 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 QueuedBuildUpdate2010 NONE
PRIORITY
public static QueuedBuildUpdate2010 PRIORITY
POSTPONED
public static QueuedBuildUpdate2010 POSTPONED
getWebServiceObject
public ms.tfs.build.buildservice._03._QueuedBuildUpdate getWebServiceObject()
fromWebServiceObject
public static QueuedBuildUpdate2010 fromWebServiceObject(ms.tfs.build.buildservice._03._QueuedBuildUpdate value)
combine
public static QueuedBuildUpdate2010 combine(QueuedBuildUpdate2010[] buildReason)
containsAll
public boolean containsAll(QueuedBuildUpdate2010 other)
contains
public boolean contains(QueuedBuildUpdate2010 other)
containsAny
public boolean containsAny(QueuedBuildUpdate2010 other)
remove
public QueuedBuildUpdate2010 remove(QueuedBuildUpdate2010 other)
retain
public QueuedBuildUpdate2010 retain(QueuedBuildUpdate2010 other)
combine
public QueuedBuildUpdate2010 combine(QueuedBuildUpdate2010 other)
© 2015 Microsoft. All rights reserved.