com.microsoft.tfs.core.clients.build.flags
Class QueueOptions
java.lang.Object
com.microsoft.tfs.util.BitField
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
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 final QueueOptions NONE
PREVIEW
public static final QueueOptions PREVIEW
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.