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

Packages that use UpdateLocalVersionQueueOptions
com.microsoft.tfs.core.clients.versioncontrol   
 

Uses of UpdateLocalVersionQueueOptions in com.microsoft.tfs.core.clients.versioncontrol
 

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as UpdateLocalVersionQueueOptions
static UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.UPDATE_BOTH
           
static UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.UPDATE_LOCAL
           
static UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.UPDATE_SERVER
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return UpdateLocalVersionQueueOptions
 UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.combine(UpdateLocalVersionQueueOptions other)
           
 UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.remove(UpdateLocalVersionQueueOptions other)
           
 UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.retain(UpdateLocalVersionQueueOptions other)
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type UpdateLocalVersionQueueOptions
 UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.combine(UpdateLocalVersionQueueOptions other)
           
 boolean UpdateLocalVersionQueueOptions.contains(UpdateLocalVersionQueueOptions other)
           
 boolean UpdateLocalVersionQueueOptions.containsAll(UpdateLocalVersionQueueOptions other)
           
 boolean UpdateLocalVersionQueueOptions.containsAny(UpdateLocalVersionQueueOptions other)
           
 UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.remove(UpdateLocalVersionQueueOptions other)
           
 UpdateLocalVersionQueueOptions UpdateLocalVersionQueueOptions.retain(UpdateLocalVersionQueueOptions other)
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type UpdateLocalVersionQueueOptions
UpdateLocalVersionQueue(Workspace workspace, UpdateLocalVersionQueueOptions options)
          Constructs a queue for updating one or both (according to options) of the local workspace and server's local version tables.
UpdateLocalVersionQueue(Workspace workspace, UpdateLocalVersionQueueOptions options, com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLock wLock)
          Constructs a queue for updating the workspace's local version table.
UpdateLocalVersionQueue(Workspace workspace, UpdateLocalVersionQueueOptions options, com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLock wLock, int flushTriggerLevel, int maximumLevel, int timeTriggerInMilliseconds)
          Constructs a queue for updating the workspace's local version table.
 



© 2015 Microsoft. All rights reserved.