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

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

public final class QueueOptions
extends com.microsoft.tfs.util.BitField

Describes options for a queue.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Field Summary
static QueueOptions NONE
           
static QueueOptions PREVIEW
           
 
Method Summary
 QueueOptions combine(QueueOptions other)
           
static QueueOptions combine(QueueOptions[] queueOptions)
           
 boolean contains(QueueOptions other)
           
 boolean containsAll(QueueOptions other)
           
 boolean containsAny(QueueOptions other)
           
static QueueOptions fromWebServiceObject(ms.tfs.build.buildservice._04._QueueOptions queueOptions)
           
 ms.tfs.build.buildservice._04._QueueOptions getWebServiceObject()
           
 QueueOptions remove(QueueOptions other)
           
 QueueOptions retain(QueueOptions 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 final QueueOptions NONE

PREVIEW

public static final QueueOptions PREVIEW
Method Detail

getWebServiceObject

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

fromWebServiceObject

public static QueueOptions fromWebServiceObject(ms.tfs.build.buildservice._04._QueueOptions queueOptions)

combine

public static QueueOptions combine(QueueOptions[] queueOptions)

containsAll

public boolean containsAll(QueueOptions other)

contains

public boolean contains(QueueOptions other)

containsAny

public boolean containsAny(QueueOptions other)

remove

public QueueOptions remove(QueueOptions other)

retain

public QueueOptions retain(QueueOptions other)

combine

public QueueOptions combine(QueueOptions other)


© 2015 Microsoft. All rights reserved.