com.microsoft.tfs.core.clients.registration
Class ArtifactType
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.registration.ArtifactType
public class ArtifactType
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Associates a name with one or more OutboundLinkType
s to describe a
registered artifact.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
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 |
ArtifactType
public ArtifactType(java.lang.String name,
OutboundLinkType[] linkTypes)
ArtifactType
public ArtifactType(ms.tfs.services.registration._03._RegistrationArtifactType artifactType)
getWebServiceObject
public ms.tfs.services.registration._03._RegistrationArtifactType 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()
getOutboundLinkTypes
public OutboundLinkType[] getOutboundLinkTypes()
© 2015 Microsoft. All rights reserved.