com.microsoft.tfs.core.clients.commonstructure
Class NodeInfo

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by 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

Field Summary
 
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.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getParentURI()
           
 java.lang.String getPath()
           
 java.lang.String getProjectURI()
           
 Property[] getProperties()
           
 java.lang.String getStructureType()
           
 java.lang.String getURI()
           
 ms.tfs.services.classification._03._NodeInfo getWebServiceObject()
          Gets the web service object this class wraps.
 
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
 

Constructor Detail

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
Method Detail

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.