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

Packages that use Workstation
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.versioncontrol.workspacecache   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return Workstation
static Workstation Workstation.getCurrent(PersistenceStoreProvider persistenceProvider)
          Gets the "current" (for this computer) Workstation that uses the specified PersistenceStoreProvider to read and write its cache and config files.
 

Uses of Workstation in com.microsoft.tfs.core.clients.versioncontrol.events
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return Workstation
 Workstation WorkspaceCacheFileReloadedEvent.getWorkstation()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type Workstation
WorkspaceCacheFileReloadedEvent(EventSource source, Workstation workstation)
           
 

Uses of Workstation in com.microsoft.tfs.core.clients.versioncontrol.workspacecache
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type Workstation
 void WorkspaceInfo.setLastSavedCheckin(SavedCheckin value, Workstation workstationToSave)
          Sets the settings associated with the last saved checkin attempt
 



© 2015 Microsoft. All rights reserved.