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

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by 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 OutboundLinkTypes to describe a registered 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
ArtifactType(ms.tfs.services.registration._03._RegistrationArtifactType artifactType)
           
ArtifactType(java.lang.String name, OutboundLinkType[] linkTypes)
           
 
Method Summary
 java.lang.String getName()
           
 OutboundLinkType[] getOutboundLinkTypes()
           
 ms.tfs.services.registration._03._RegistrationArtifactType 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

ArtifactType

public ArtifactType(java.lang.String name,
                    OutboundLinkType[] linkTypes)

ArtifactType

public ArtifactType(ms.tfs.services.registration._03._RegistrationArtifactType artifactType)
Method Detail

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.