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

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

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

Subclasses of BranchHistoryTreeItem in com.microsoft.tfs.core.clients.versioncontrol
 class BranchHistory
          Represents the history of a branch.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return BranchHistoryTreeItem
static BranchHistoryTreeItem BranchHistoryTreeItem.createFromRelativeToItem(ms.tfs.versioncontrol.clientservices._03._BranchRelative relative)
           
 BranchHistoryTreeItem BranchHistoryTreeItem.getParentBranchHistoryTreeItem()
           
 BranchHistoryTreeItem BranchHistory.getRequestedItem()
           
protected  BranchHistoryTreeItem BranchHistoryTreeItem.searchForRequestedItem()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return types with arguments of type BranchHistoryTreeItem
 java.util.List<BranchHistoryTreeItem> BranchHistoryTreeItem.getChildrenAsList()
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type BranchHistoryTreeItem
 boolean BranchHistoryTreeItem.addChild(BranchHistoryTreeItem child)
           
 void BranchHistoryTreeItem.setParent(BranchHistoryTreeItem parent)
           
 void BranchHistory.setRequestedItem(BranchHistoryTreeItem requestedItem)
           
 

Method parameters in com.microsoft.tfs.core.clients.versioncontrol with type arguments of type BranchHistoryTreeItem
 void BranchHistoryTreeItem.setChildren(java.util.List<BranchHistoryTreeItem> children)
           
 



© 2015 Microsoft. All rights reserved.