com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class ArtifactPropertyValue
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.ArtifactPropertyValue
public class ArtifactPropertyValue
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Represents a property-value pair that has a user-defined name (moniker). The
moniker can be optionally versioned by using a version number.
- 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 |
ArtifactPropertyValue
public ArtifactPropertyValue(ArtifactSpec spec,
PropertyValue[] propertyValues)
ArtifactPropertyValue
public ArtifactPropertyValue(ms.tfs.versioncontrol.clientservices._03._ArtifactPropertyValue webServiceObject)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._ArtifactPropertyValue getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getSpec
public ArtifactSpec getSpec()
getPropertyValues
public PropertyValue[] getPropertyValues()
© 2015 Microsoft. All rights reserved.