com.microsoft.tfs.core.clients.versioncontrol
Class WebServiceLevel
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.WebServiceLevel
- All Implemented Interfaces:
- java.lang.Comparable
public class WebServiceLevel
- extends com.microsoft.tfs.util.TypesafeEnum
Represents the version of the web services on the server. For the value
PRE_TFS_2010
, check for specific features using the
VersionControlClient.getServerSupportedFeatures()
method.
This class can be compared/sorted by its integer values (TypesafeEnum.getValue()
).
- Thread-safety:
- immutable
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UNKNOWN
public static final WebServiceLevel UNKNOWN
PRE_TFS_2010
public static final WebServiceLevel PRE_TFS_2010
TFS_2010
public static final WebServiceLevel TFS_2010
TFS_2012
public static final WebServiceLevel TFS_2012
TFS_2012_1
public static final WebServiceLevel TFS_2012_1
TFS_2012_2
public static final WebServiceLevel TFS_2012_2
TFS_2012_3
public static final WebServiceLevel TFS_2012_3
TFS_2012_QU1
public static final WebServiceLevel TFS_2012_QU1
TFS_2012_QU1_1
public static final WebServiceLevel TFS_2012_QU1_1
© 2015 Microsoft. All rights reserved.