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

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.build.flags.QueuedBuildUpdate
All Implemented Interfaces:
java.io.Serializable

public class QueuedBuildUpdate
extends com.microsoft.tfs.util.BitField

See Also:
Serialized Form

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

PRIORITY

public static QueuedBuildUpdate PRIORITY

POSTPONED

public static QueuedBuildUpdate POSTPONED

RETRY

public static QueuedBuildUpdate RETRY

BATCHID

public static QueuedBuildUpdate BATCHID

REQUEUE

public static QueuedBuildUpdate REQUEUE
Method Detail

getWebServiceObject

public ms.tfs.build.buildservice._04._QueuedBuildUpdate getWebServiceObject()

fromWebServiceObject

public static QueuedBuildUpdate fromWebServiceObject(ms.tfs.build.buildservice._04._QueuedBuildUpdate value)

combine

public static QueuedBuildUpdate combine(QueuedBuildUpdate[] buildReason)

containsAll

public boolean containsAll(QueuedBuildUpdate other)

contains

public boolean contains(QueuedBuildUpdate other)

containsAny

public boolean containsAny(QueuedBuildUpdate other)

remove

public QueuedBuildUpdate remove(QueuedBuildUpdate other)

retain

public QueuedBuildUpdate retain(QueuedBuildUpdate other)

combine

public QueuedBuildUpdate combine(QueuedBuildUpdate other)


© 2015 Microsoft. All rights reserved.