com.microsoft.tfs.core.clients.registration
Class OutboundLinkType
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
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
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)
|
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 |
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)
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.