com.microsoft.tfs.core.clients.framework.configuration.catalog
Class TeamProjectCatalogEntity

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TeamProjectCatalogEntity
All Implemented Interfaces:
TeamProjectEntity, TFSEntity

public class TeamProjectCatalogEntity
extends TFSCatalogEntity
implements TeamProjectEntity

Since:
TEE-SDK-10.1

Constructor Summary
TeamProjectCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 ProcessGuidanceEntity getProcessGuidance()
           
 com.microsoft.tfs.util.GUID getProjectID()
           
 java.lang.String getProjectName()
           
 ProjectPortalEntity getProjectPortal()
           
 java.lang.String getProjectURI()
           
 ReportingFolderEntity getReportingFolder()
           
 java.lang.String getSourceControlCapabilityFlags()
          Deprecated. 
 boolean isGitSupported()
           
 boolean isTfvcSupported()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
getAncestorOfType, getCatalogNode, getChildOfType, getChildren, getChildrenOfType, getDependencies, getDependenciesOfType, getDependencyOfType, getDescription, getDisplayName, getDisplayPath, getParent, getProperty, getResourceID, getSession, getSingletonDependency, setParent
 
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, getDisplayName, getDisplayPath, getParent, getResourceID
 

Constructor Detail

TeamProjectCatalogEntity

public TeamProjectCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session,
                                CatalogNode catalogNode)
Method Detail

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

isGitSupported

public boolean isGitSupported()

isTfvcSupported

public boolean isTfvcSupported()

getSourceControlCapabilityFlags

@Deprecated
public java.lang.String getSourceControlCapabilityFlags()
Deprecated. 


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.