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

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.RepositoryProperties

public class RepositoryProperties
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Describes the global properties of this repository.

Since:
TEE-SDK-11.0

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
RepositoryProperties(ms.tfs.versioncontrol.clientservices._03._RepositoryProperties properties)
           
 
Method Summary
 byte[] getDownloadKey()
           
 com.microsoft.tfs.util.GUID getID()
           
 int getLatestChangesetID()
           
 java.lang.String getName()
           
 SupportedFeatures getSupportedFeatures()
           
 java.lang.String getVersion()
           
 ms.tfs.versioncontrol.clientservices._03._RepositoryProperties getWebServiceObject()
          Gets the web service object this class wraps.
 
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

RepositoryProperties

public RepositoryProperties(ms.tfs.versioncontrol.clientservices._03._RepositoryProperties properties)
Method Detail

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._RepositoryProperties getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getDownloadKey

public byte[] getDownloadKey()
Returns:
the download key for this repository

getID

public com.microsoft.tfs.util.GUID getID()
Returns:
the unique identifer for this repository.

getLatestChangesetID

public int getLatestChangesetID()

getName

public java.lang.String getName()
Returns:
the name describing this repository

getSupportedFeatures

public SupportedFeatures getSupportedFeatures()
Returns:
the features supported by the server

getVersion

public java.lang.String getVersion()
Returns:
the version of the mid/data tier system. For the system to start and run normally both the mid and data tiers must have the same version information.


© 2015 Microsoft. All rights reserved.