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

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by 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

Field Summary
static QueuedBuildUpdate2010 NONE
           
static QueuedBuildUpdate2010 POSTPONED
           
static QueuedBuildUpdate2010 PRIORITY
           
 
Method Summary
 QueuedBuildUpdate2010 combine(QueuedBuildUpdate2010 other)
           
static QueuedBuildUpdate2010 combine(QueuedBuildUpdate2010[] buildReason)
           
 boolean contains(QueuedBuildUpdate2010 other)
           
 boolean containsAll(QueuedBuildUpdate2010 other)
           
 boolean containsAny(QueuedBuildUpdate2010 other)
           
static QueuedBuildUpdate2010 fromWebServiceObject(ms.tfs.build.buildservice._03._QueuedBuildUpdate value)
           
 ms.tfs.build.buildservice._03._QueuedBuildUpdate getWebServiceObject()
           
 QueuedBuildUpdate2010 remove(QueuedBuildUpdate2010 other)
           
 QueuedBuildUpdate2010 retain(QueuedBuildUpdate2010 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 QueuedBuildUpdate2010 NONE

PRIORITY

public static QueuedBuildUpdate2010 PRIORITY

POSTPONED

public static QueuedBuildUpdate2010 POSTPONED
Method Detail

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.