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

All Superinterfaces:
TFSEntity
All Known Implementing Classes:
ProjectCollectionCatalogEntity, ProjectCollectionCompatibilityEntity

public interface ProjectCollectionEntity
extends TFSEntity

Since:
TEE-SDK-10.1

Method Summary
 com.microsoft.tfs.util.GUID getInstanceID()
           
 ReportingConfigurationEntity getReportingConfiguration()
           
 ReportingFolderEntity getReportingFolder()
           
 TeamProjectEntity getTeamProject(com.microsoft.tfs.util.GUID projectId)
           
 TeamProjectEntity[] getTeamProjects()
           
 
Methods inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSEntity
getDescription, getDisplayName, getDisplayPath, getParent, getResourceID
 

Method Detail

getInstanceID

com.microsoft.tfs.util.GUID getInstanceID()
Returns:
the project collection instance id (GUID).

getTeamProjects

TeamProjectEntity[] getTeamProjects()

getTeamProject

TeamProjectEntity getTeamProject(com.microsoft.tfs.util.GUID projectId)

getReportingConfiguration

ReportingConfigurationEntity getReportingConfiguration()
Returns:
the reporting configuration for this Project Collection.

getReportingFolder

ReportingFolderEntity getReportingFolder()


© 2015 Microsoft. All rights reserved.