Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.workspacecache.SavedCheckin

Packages that use SavedCheckin
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
com.microsoft.tfs.core.clients.versioncontrol.workspacecache   
 

Uses of SavedCheckin in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return SavedCheckin
 SavedCheckin Workspace.buildEmptyLastSavedCheckin()
           
 SavedCheckin Workspace.getLastSavedCheckin()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type SavedCheckin
 void Workspace.setLastSavedCheckin(SavedCheckin newSavedCheckin)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache that return SavedCheckin
 SavedCheckin WorkspaceInfo.getLastSavedCheckin()
           
static SavedCheckin SavedCheckin.loadFromXML(org.w3c.dom.Element attemptedCheckinNode)
          Creates an instance from the XML representation used in the cache file.
 

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



© 2015 Microsoft. All rights reserved.