Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.Shelveset

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that return Shelveset
 Shelveset UnshelveResult.getShelveset()
           
 Shelveset[] VersionControlClient.queryShelvesets(java.lang.String shelvesetName, java.lang.String shelvesetOwner, java.lang.String[] itemPropertyFilters)
          Queries the server for the set of matching shelvesets.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Shelveset
UnshelveResult(Shelveset shelveset, GetStatus status, PendingChange[] changes, Conflict[] conflicts)
          Creates an UnshelveResult for the given result items.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return Shelveset
 Shelveset UnshelveShelvesetStartedEvent.getShelveset()
           
 Shelveset UnshelveShelvesetCompletedEvent.getShelveset()
           
 Shelveset ShelveEvent.getShelveset()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type Shelveset
ShelveEvent(EventSource source, Workspace workspace, Shelveset shelveset, PendingChange[] shelvedChanges, boolean move)
           
UnshelveShelvesetCompletedEvent(EventSource source, Workspace workspace, Shelveset shelveset, PendingChange[] changes)
           
UnshelveShelvesetStartedEvent(EventSource source, Workspace workspace, Shelveset shelveset, PendingChange[] changes)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Shelveset
 void Workspace.shelve(Shelveset set, PendingChange[] changesToShelve, boolean replace, boolean move)
          Send pending changes to the server for storage without being checked in.
 void Workspace.updateLastSavedCheckin(Shelveset shelveset)
          Updates the last attempted checkin information with the information from the shelveset.
 void Workspace.updateLastSavedCheckin(Shelveset shelveset, PendingChange[] unshelvedChanges)
          Updates the last attempted checkin information with the information from the shelveset and ensures that the specified set of pending changes have a checked state set.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type Shelveset
 void SavedCheckin.mergeShelvesetMetadata(Shelveset shelveset, PendingChange[] unshelvedChanges)
          Reinitialize this SavedCheckin with the metadata contined within the specified shelveset and update the check states with the the specified set of pending changes.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.workspacecache with parameters of type Shelveset
SavedCheckin(Shelveset shelveset)
           
 



© 2015 Microsoft. All rights reserved.