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