com.microsoft.tfs.core.clients.registration
Class OutboundLinkType

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.registration.OutboundLinkType

public class OutboundLinkType
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

An OutboundLinkType binds a name to an artifact and the tool that can consume that artifact.

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
OutboundLinkType(ms.tfs.services.registration._03._OutboundLinkType linkType)
           
OutboundLinkType(java.lang.String name, java.lang.String targetArtifactTool, java.lang.String targetArtifactTypeName)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getTargetArtifactTypeName()
           
 java.lang.String getTargetArtifactTypeTool()
           
 ms.tfs.services.registration._03._OutboundLinkType 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

OutboundLinkType

public OutboundLinkType(java.lang.String name,
                        java.lang.String targetArtifactTool,
                        java.lang.String targetArtifactTypeName)

OutboundLinkType

public OutboundLinkType(ms.tfs.services.registration._03._OutboundLinkType linkType)
Method Detail

getWebServiceObject

public ms.tfs.services.registration._03._OutboundLinkType 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()

getTargetArtifactTypeTool

public java.lang.String getTargetArtifactTypeTool()

getTargetArtifactTypeName

public java.lang.String getTargetArtifactTypeName()


© 2015 Microsoft. All rights reserved.