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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.BranchHistoryTreeItem
      extended by com.microsoft.tfs.core.clients.versioncontrol.BranchHistory
All Implemented Interfaces:
Hierarchical

public class BranchHistory
extends BranchHistoryTreeItem

Represents the history of a branch.

Since:
TEE-SDK-10.1

Constructor Summary
BranchHistory(ms.tfs.versioncontrol.clientservices._03._Item item)
           
BranchHistory()
           
 
Method Summary
 BranchHistoryTreeItem getRequestedItem()
           
 void setRequestedItem(BranchHistoryTreeItem requestedItem)
           
 
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.BranchHistoryTreeItem
addChild, createFromRelativeToItem, equals, getBranchToChangeTypeEx, getChildren, getChildrenAsList, getFromItem, getFromItemChangesetID, getItem, getLevel, getParent, getParentBranchHistoryTreeItem, getServerItem, hasChildren, hashCode, hasRelative, isRequested, searchForRequestedItem, setChildren, setFromItem, setItem, setLevel, setParent, setRequested
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchHistory

public BranchHistory()

BranchHistory

public BranchHistory(ms.tfs.versioncontrol.clientservices._03._Item item)
Method Detail

getRequestedItem

public BranchHistoryTreeItem getRequestedItem()
Returns:
the requestedItem

setRequestedItem

public void setRequestedItem(BranchHistoryTreeItem requestedItem)
Parameters:
requestedItem - the requestedItem to set


© 2015 Microsoft. All rights reserved.