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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TeamProjectCompatibilityEntity
All Implemented Interfaces:
TeamProjectEntity, TFSEntity

public class TeamProjectCompatibilityEntity
extends TFSCompatibilityEntity
implements TeamProjectEntity

Since:
TEE-SDK-10.1

Constructor Summary
TeamProjectCompatibilityEntity(TFSCompatibilityEntity parent, ProjectInfo projectInfo)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 ProcessGuidanceEntity getProcessGuidance()
           
 com.microsoft.tfs.util.GUID getProjectID()
           
 java.lang.String getProjectName()
           
 ProjectPortalEntity getProjectPortal()
           
 java.lang.String getProjectURI()
           
 ReportingFolderEntity getReportingFolder()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 
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

TeamProjectCompatibilityEntity

public TeamProjectCompatibilityEntity(TFSCompatibilityEntity parent,
                                      ProjectInfo projectInfo)
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

getProjectID

public com.microsoft.tfs.util.GUID getProjectID()
Specified by:
getProjectID in interface TeamProjectEntity

getProjectName

public java.lang.String getProjectName()
Specified by:
getProjectName in interface TeamProjectEntity

getProjectURI

public java.lang.String getProjectURI()
Specified by:
getProjectURI in interface TeamProjectEntity

getProcessGuidance

public ProcessGuidanceEntity getProcessGuidance()
Specified by:
getProcessGuidance in interface TeamProjectEntity

getProjectPortal

public ProjectPortalEntity getProjectPortal()
Specified by:
getProjectPortal in interface TeamProjectEntity

getReportingFolder

public ReportingFolderEntity getReportingFolder()
Specified by:
getReportingFolder in interface TeamProjectEntity


© 2015 Microsoft. All rights reserved.