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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by 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

Constructor Summary
ProjectCollectionCompatibilityEntity(TFSCompatibilityEntity parent)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 com.microsoft.tfs.util.GUID getInstanceID()
           
 ReportingConfigurationEntity getReportingConfiguration()
           
 ReportingFolderEntity getReportingFolder()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 TeamProjectEntity getTeamProject(com.microsoft.tfs.util.GUID projectId)
           
 TeamProjectEntity[] getTeamProjects()
           
 
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

ProjectCollectionCompatibilityEntity

public ProjectCollectionCompatibilityEntity(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

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.