com.microsoft.tfs.core.clients.framework.location
Class ConnectionData
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.framework.location.ConnectionData
public class ConnectionData
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Wrapper class for the _ConnectionData
proxy object.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
ConnectionData(ms.ws._ConnectionData locationServiceData)
Wrapper constructor |
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 |
ConnectionData
public ConnectionData(ms.ws._ConnectionData locationServiceData)
- Wrapper constructor
getWebServiceObject
public ms.ws._ConnectionData getWebServiceObject()
- Returns the wrapped proxy object.
getInstanceID
public com.microsoft.tfs.util.GUID getInstanceID()
getCatalogResourceID
public com.microsoft.tfs.util.GUID getCatalogResourceID()
getWebApplicationRelativeDirectory
public java.lang.String getWebApplicationRelativeDirectory()
getServerCapabilities
public int getServerCapabilities()
getAuthenticatedUser
public TeamFoundationIdentity getAuthenticatedUser()
getAuthorizedUser
public TeamFoundationIdentity getAuthorizedUser()
getLocationServiceData
public LocationServiceData getLocationServiceData()
© 2015 Microsoft. All rights reserved.