com.microsoft.tfs.core.clients.framework.configuration.entities
Interface TeamFoundationServerEntity

All Superinterfaces:
TFSEntity
All Known Implementing Classes:
TeamFoundationServerCatalogEntity, TeamFoundationServerCompatibilityEntity

public interface TeamFoundationServerEntity
extends TFSEntity

Since:
TEE-SDK-10.1

Method Summary
 ProjectCollectionEntity getProjectCollection(com.microsoft.tfs.util.GUID instanceId)
           
 ProjectCollectionEntity[] getProjectCollections()
           
 
Methods inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSEntity
getDescription, getDisplayName, getDisplayPath, getParent, getResourceID
 

Method Detail

getProjectCollections

ProjectCollectionEntity[] getProjectCollections()

getProjectCollection

ProjectCollectionEntity getProjectCollection(com.microsoft.tfs.util.GUID instanceId)


© 2015 Microsoft. All rights reserved.