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
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.