com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class BranchObjectOwnership
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.BranchObjectOwnership
public class BranchObjectOwnership
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
A summary class used to return branch root information from the server
- Since:
- TEE-SDK-11.0
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
BranchObjectOwnership(ms.tfs.versioncontrol.clientservices._03._BranchObjectOwnership webServiceObject)
|
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BranchObjectOwnership
public BranchObjectOwnership(ms.tfs.versioncontrol.clientservices._03._BranchObjectOwnership webServiceObject)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._BranchObjectOwnership getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getRootItem
public ItemIdentifier getRootItem()
- Returns:
- the root item of the branch object.
getVersionedItemCount
public int getVersionedItemCount()
- Returns:
- the count of items at different versions e.g. if an item exists
at 2 versions being tracked it will be counted twice
© 2015 Microsoft. All rights reserved.