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

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

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

Describes options for a queue.

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

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

PREVIEW

public static final QueueOptions2010 PREVIEW
Method Detail

getWebServiceObject

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

fromWebServiceObject

public static QueueOptions2010 fromWebServiceObject(ms.tfs.build.buildservice._03._QueueOptions queueOptions)

combine

public static QueueOptions2010 combine(QueueOptions2010[] queueOptions)

containsAll

public boolean containsAll(QueueOptions2010 other)

contains

public boolean contains(QueueOptions2010 other)

containsAny

public boolean containsAny(QueueOptions2010 other)

remove

public QueueOptions2010 remove(QueueOptions2010 other)

retain

public QueueOptions2010 retain(QueueOptions2010 other)

combine

public QueueOptions2010 combine(QueueOptions2010 other)


© 2015 Microsoft. All rights reserved.