com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class VersionControlLink
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
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
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 |
VersionControlLink
public VersionControlLink()
VersionControlLink
public VersionControlLink(ms.tfs.versioncontrol.clientservices._03._VersionControlLink link)
VersionControlLink
public VersionControlLink(VersionControlLinkType linkType,
java.lang.String URL)
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.