com.microsoft.tfs.core.clients.framework.configuration.compatibility
Class ProjectCollectionCompatibilityEntity
java.lang.Object
com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
com.microsoft.tfs.core.clients.framework.configuration.compatibility.ProjectCollectionCompatibilityEntity
- All Implemented Interfaces:
- ProjectCollectionEntity, TFSEntity
public class ProjectCollectionCompatibilityEntity
- extends TFSCompatibilityEntity
- implements ProjectCollectionEntity
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectCollectionCompatibilityEntity
public ProjectCollectionCompatibilityEntity(TFSCompatibilityEntity parent)
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
getInstanceID
public com.microsoft.tfs.util.GUID getInstanceID()
- Specified by:
getInstanceID
in interface ProjectCollectionEntity
- Returns:
- the project collection instance id (GUID).
getTeamProjects
public TeamProjectEntity[] getTeamProjects()
- Specified by:
getTeamProjects
in interface ProjectCollectionEntity
getTeamProject
public TeamProjectEntity getTeamProject(com.microsoft.tfs.util.GUID projectId)
- Specified by:
getTeamProject
in interface ProjectCollectionEntity
getReportingConfiguration
public ReportingConfigurationEntity getReportingConfiguration()
- Specified by:
getReportingConfiguration
in interface ProjectCollectionEntity
- Returns:
- the reporting configuration for this Project Collection.
getReportingFolder
public ReportingFolderEntity getReportingFolder()
- Specified by:
getReportingFolder
in interface ProjectCollectionEntity
© 2015 Microsoft. All rights reserved.