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