com.microsoft.tfs.core.clients.framework.configuration.compatibility
Class TeamFoundationServerCompatibilityEntity

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TeamFoundationServerCompatibilityEntity
All Implemented Interfaces:
TeamFoundationServerEntity, TFSEntity

public class TeamFoundationServerCompatibilityEntity
extends TFSCompatibilityEntity
implements TeamFoundationServerEntity

Since:
TEE-SDK-10.1

Constructor Summary
TeamFoundationServerCompatibilityEntity(TFSCompatibilityEntity parent)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 ProjectCollectionEntity getProjectCollection(com.microsoft.tfs.util.GUID instanceId)
           
 ProjectCollectionEntity[] getProjectCollections()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
getAncestorOfType, getConnection, getDescription, getDisplayPath, getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSEntity
getDescription, getDisplayPath, getParent
 

Constructor Detail

TeamFoundationServerCompatibilityEntity

public TeamFoundationServerCompatibilityEntity(TFSCompatibilityEntity parent)
Method Detail

getResourceID

public com.microsoft.tfs.util.GUID getResourceID()
Specified by:
getResourceID in interface TFSEntity

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface TFSEntity

getProjectCollections

public ProjectCollectionEntity[] getProjectCollections()
Specified by:
getProjectCollections in interface TeamFoundationServerEntity

getProjectCollection

public ProjectCollectionEntity getProjectCollection(com.microsoft.tfs.util.GUID instanceId)
Specified by:
getProjectCollection in interface TeamFoundationServerEntity


© 2015 Microsoft. All rights reserved.