com.microsoft.tfs.core.clients.build.flags
Class QueryOptions2010
java.lang.Object
com.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.build.flags.QueryOptions2010
- All Implemented Interfaces:
- java.io.Serializable
public final class QueryOptions2010
- extends com.microsoft.tfs.util.BitField
Options for a query.
- 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 QueryOptions2010 NONE
DEFINITIONS
public static final QueryOptions2010 DEFINITIONS
AGENTS
public static final QueryOptions2010 AGENTS
WORKSPACES
public static final QueryOptions2010 WORKSPACES
CONTROLLERS
public static final QueryOptions2010 CONTROLLERS
PROCESS
public static final QueryOptions2010 PROCESS
ALL
public static final QueryOptions2010 ALL
getWebServiceObject
public ms.tfs.build.buildservice._03._QueryOptions getWebServiceObject()
fromWebServiceObject
public static QueryOptions2010 fromWebServiceObject(ms.tfs.build.buildservice._03._QueryOptions queryOptions)
combine
public static QueryOptions2010 combine(QueryOptions2010[] changeTypes)
containsAll
public boolean containsAll(QueryOptions2010 other)
contains
public boolean contains(QueryOptions2010 other)
containsAny
public boolean containsAny(QueryOptions2010 other)
remove
public QueryOptions2010 remove(QueryOptions2010 other)
retain
public QueryOptions2010 retain(QueryOptions2010 other)
combine
public QueryOptions2010 combine(QueryOptions2010 other)
© 2015 Microsoft. All rights reserved.