com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class VersionControlLink

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.VersionControlLink

public final class VersionControlLink
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Represents a link between a changeset or shelveset and a work item to be updated.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
VersionControlLink(ms.tfs.versioncontrol.clientservices._03._VersionControlLink link)
           
VersionControlLink()
           
VersionControlLink(VersionControlLinkType linkType, java.lang.String URL)
           
 
Method Summary
 VersionControlLinkType getLinkType()
          Gets the link type.
 java.lang.String getURL()
          Gets the URL.
 ms.tfs.versioncontrol.clientservices._03._VersionControlLink 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

VersionControlLink

public VersionControlLink()

VersionControlLink

public VersionControlLink(ms.tfs.versioncontrol.clientservices._03._VersionControlLink link)

VersionControlLink

public VersionControlLink(VersionControlLinkType linkType,
                          java.lang.String URL)
Method Detail

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._VersionControlLink getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getLinkType

public VersionControlLinkType getLinkType()
Gets the link type.

Returns:
the link type, never null.

getURL

public java.lang.String getURL()
Gets the URL.

Returns:
the URL (may be null).


© 2015 Microsoft. All rights reserved.