com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class ArtifactSpec
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.ArtifactSpec
public class ArtifactSpec
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Represents a Team Foundation property user-defined name (moniker)
specification.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
ArtifactSpec(ms.tfs.versioncontrol.clientservices._03._ArtifactSpec 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 |
ArtifactSpec
public ArtifactSpec(ms.tfs.versioncontrol.clientservices._03._ArtifactSpec webServiceObject)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._ArtifactSpec getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getItem
public java.lang.String getItem()
getVersion
public int getVersion()
getKind
public com.microsoft.tfs.util.GUID getKind()
getID
public byte[] getID()
© 2015 Microsoft. All rights reserved.