com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class ServerSettings
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.ServerSettings
public final class ServerSettings
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Wrapper for the ServerSettings proxy object.
- Since:
- TEE-SDK-11.0
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 |
ServerSettings
public ServerSettings(ms.tfs.versioncontrol.clientservices._03._ServerSettings settings)
ServerSettings
public ServerSettings(WorkspaceLocation location)
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._ServerSettings getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getDefaultWorkspaceLocation
public WorkspaceLocation getDefaultWorkspaceLocation()
getDefaultLocalItemExclusionSet
public LocalItemExclusionSet getDefaultLocalItemExclusionSet()
- Returns:
- the default local item exclusion set
isAllowAsynchronousCheckoutInServerWorkspaces
public boolean isAllowAsynchronousCheckoutInServerWorkspaces()
getMaxAllowedServerPathLength
public int getMaxAllowedServerPathLength()
getStableHashString
public java.lang.String getStableHashString()
© 2015 Microsoft. All rights reserved.