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

Packages that use BranchHistory
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type BranchHistory
static void BranchHistoryUtil.updateServerItems(Workspace workspace, VersionSpec versionSpec, BranchHistory branchHistory)
          Updates the given BranchHistory object to include the latest Items from the server.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return BranchHistory
protected  BranchHistory Workspace.buildBranchHistoryTree(ms.tfs.versioncontrol.clientservices._03._BranchRelative[] relatives)
          Put the flattened results from the SOAP query into a hierarchy.
 BranchHistory[] Workspace.getBranchHistory(ItemSpec[] itemSpecs, VersionSpec versionSpec)
          Gets the branch history for the specified items at the specified version.
 BranchHistory Workspace.getBranchHistory(ItemSpec itemSpec, VersionSpec versionSpec)
          Gets the branch history for the specified item at the specified version.
 



© 2015 Microsoft. All rights reserved.