com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class BranchProperties
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.BranchProperties
public class BranchProperties
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Describes properties of a branch object.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
BranchProperties(ms.tfs.versioncontrol.clientservices._03._BranchProperties 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 |
BranchProperties
public BranchProperties(ms.tfs.versioncontrol.clientservices._03._BranchProperties webServiceObject)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._BranchProperties getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getBranchMappings
public Mapping[] getBranchMappings()
getDescription
public java.lang.String getDescription()
getOwner
public java.lang.String getOwner()
getOwnerDisplayName
public java.lang.String getOwnerDisplayName()
getParentBranch
public ItemIdentifier getParentBranch()
getRootItem
public ItemIdentifier getRootItem()
setDescription
public void setDescription(java.lang.String desc)
setOwner
public void setOwner(java.lang.String owner)
setOwnerDisplayName
public void setOwnerDisplayName(java.lang.String owner)
from
public static BranchProperties from(ItemIdentifier item,
java.lang.String desc,
java.lang.String owner,
java.lang.String ownerDisplayName,
ItemIdentifier parent)
from
public static BranchProperties from(BranchProperties prop,
BranchObject parent)
© 2015 Microsoft. All rights reserved.