com.microsoft.tfs.core.clients.versioncontrol
Class QueryMergesExtendedOptions
java.lang.Object
com.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.versioncontrol.QueryMergesExtendedOptions
- All Implemented Interfaces:
- java.io.Serializable
public final class QueryMergesExtendedOptions
- extends com.microsoft.tfs.util.BitField
Options that affect how 2010 merges are queried.
- See Also:
- Serialized Form
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-safe
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 QueryMergesExtendedOptions NONE
QUERY_RENAMES
public static final QueryMergesExtendedOptions QUERY_RENAMES
- Specifies the query should only query sources of a rename. Specifies the
query should only query source / targets of a rename. The default is to
query sources of a merge. The default is to query source / targets of a
merge.
INCLUDE_DOWNLOAD_INFO
public static final QueryMergesExtendedOptions INCLUDE_DOWNLOAD_INFO
- Include download info.
QUERY_TARGET_MERGES
public static final QueryMergesExtendedOptions QUERY_TARGET_MERGES
- Specifies that the query should query targets for a given source item.
combine
public static QueryMergesExtendedOptions combine(QueryMergesExtendedOptions[] changeTypes)
containsAll
public boolean containsAll(QueryMergesExtendedOptions other)
contains
public boolean contains(QueryMergesExtendedOptions other)
containsAny
public boolean containsAny(QueryMergesExtendedOptions other)
remove
public QueryMergesExtendedOptions remove(QueryMergesExtendedOptions other)
retain
public QueryMergesExtendedOptions retain(QueryMergesExtendedOptions other)
combine
public QueryMergesExtendedOptions combine(QueryMergesExtendedOptions other)
© 2015 Microsoft. All rights reserved.