com.microsoft.tfs.core.clients.commonstructure
Class NodeInfo
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.commonstructure.NodeInfo
public class NodeInfo
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
A node in the graph of configured areas or iterations in a team project.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
NodeInfo(ms.tfs.services.classification._03._NodeInfo nodeInfo)
Creates a NodeInfo from the given web service object. |
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 |
NodeInfo
public NodeInfo(ms.tfs.services.classification._03._NodeInfo nodeInfo)
- Creates a
NodeInfo
from the given web service object.
- Parameters:
nodeInfo
- the web service object
getWebServiceObject
public ms.tfs.services.classification._03._NodeInfo getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getName
public java.lang.String getName()
getParentURI
public java.lang.String getParentURI()
getPath
public java.lang.String getPath()
getProjectURI
public java.lang.String getProjectURI()
getProperties
public Property[] getProperties()
getStructureType
public java.lang.String getStructureType()
getURI
public java.lang.String getURI()
© 2015 Microsoft. All rights reserved.