com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class ServerSettings

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by 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

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
ServerSettings(ms.tfs.versioncontrol.clientservices._03._ServerSettings settings)
           
ServerSettings(WorkspaceLocation location)
           
 
Method Summary
 LocalItemExclusionSet getDefaultLocalItemExclusionSet()
           
 WorkspaceLocation getDefaultWorkspaceLocation()
           
 int getMaxAllowedServerPathLength()
           
 java.lang.String getStableHashString()
           
 ms.tfs.versioncontrol.clientservices._03._ServerSettings getWebServiceObject()
          Gets the web service object this class wraps.
 boolean isAllowAsynchronousCheckoutInServerWorkspaces()
           
 
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
 

Constructor Detail

ServerSettings

public ServerSettings(ms.tfs.versioncontrol.clientservices._03._ServerSettings settings)

ServerSettings

public ServerSettings(WorkspaceLocation location)
Method Detail

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.