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

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.versioncontrol.UpdateLocalVersionQueueOptions
All Implemented Interfaces:
java.io.Serializable

public class UpdateLocalVersionQueueOptions
extends com.microsoft.tfs.util.BitField

Options to control where and how the local versions are updated.

See Also:
Serialized Form
Since:
TEE-SDK-11.0
Thread-safety:
thread-safe

Field Summary
static UpdateLocalVersionQueueOptions UPDATE_BOTH
           
static UpdateLocalVersionQueueOptions UPDATE_LOCAL
           
static UpdateLocalVersionQueueOptions UPDATE_SERVER
           
 
Method Summary
 UpdateLocalVersionQueueOptions combine(UpdateLocalVersionQueueOptions other)
           
 boolean contains(UpdateLocalVersionQueueOptions other)
           
 boolean containsAll(UpdateLocalVersionQueueOptions other)
           
 boolean containsAny(UpdateLocalVersionQueueOptions other)
           
 UpdateLocalVersionQueueOptions remove(UpdateLocalVersionQueueOptions other)
           
 UpdateLocalVersionQueueOptions retain(UpdateLocalVersionQueueOptions 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

UPDATE_LOCAL

public static final UpdateLocalVersionQueueOptions UPDATE_LOCAL

UPDATE_SERVER

public static final UpdateLocalVersionQueueOptions UPDATE_SERVER

UPDATE_BOTH

public static final UpdateLocalVersionQueueOptions UPDATE_BOTH
Method Detail

containsAll

public boolean containsAll(UpdateLocalVersionQueueOptions other)

contains

public boolean contains(UpdateLocalVersionQueueOptions other)

containsAny

public boolean containsAny(UpdateLocalVersionQueueOptions other)

remove

public UpdateLocalVersionQueueOptions remove(UpdateLocalVersionQueueOptions other)

retain

public UpdateLocalVersionQueueOptions retain(UpdateLocalVersionQueueOptions other)

combine

public UpdateLocalVersionQueueOptions combine(UpdateLocalVersionQueueOptions other)


© 2015 Microsoft. All rights reserved.