com.microsoft.tfs.core.clients.versioncontrol
Class QueryMergesExtendedOptions

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by 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

Field Summary
static QueryMergesExtendedOptions INCLUDE_DOWNLOAD_INFO
          Include download info.
static QueryMergesExtendedOptions NONE
           
static QueryMergesExtendedOptions QUERY_RENAMES
          Specifies the query should only query sources of a rename.
static QueryMergesExtendedOptions QUERY_TARGET_MERGES
          Specifies that the query should query targets for a given source item.
 
Method Summary
 QueryMergesExtendedOptions combine(QueryMergesExtendedOptions other)
           
static QueryMergesExtendedOptions combine(QueryMergesExtendedOptions[] changeTypes)
           
 boolean contains(QueryMergesExtendedOptions other)
           
 boolean containsAll(QueryMergesExtendedOptions other)
           
 boolean containsAny(QueryMergesExtendedOptions other)
           
 QueryMergesExtendedOptions remove(QueryMergesExtendedOptions other)
           
 QueryMergesExtendedOptions retain(QueryMergesExtendedOptions other)
           
 
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
 

Field Detail

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.

Method Detail

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.