com.microsoft.tfs.core.clients.workitem
Class ServerInfo

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.ServerInfo

public final class ServerInfo
extends java.lang.Object

This class exposes information about the server.

Since:
TEE-SDK-10.1

Constructor Summary
ServerInfo(WorkItemServerVersion version)
           
 
Method Summary
 boolean isSupported(java.lang.String feature)
          Tests whether the server supports the specified feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfo

public ServerInfo(WorkItemServerVersion version)
Method Detail

isSupported

public boolean isSupported(java.lang.String feature)
Tests whether the server supports the specified feature.

Parameters:
feature - the feature to test (must not be null)
Returns:
true if the server supports the specified feature, false if it does not
See Also:
SupportedFeatures


© 2015 Microsoft. All rights reserved.