com.microsoft.tfs.core.clients.framework.configuration.catalog
Class TeamProjectCatalogEntity
java.lang.Object
com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
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
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 |
TeamProjectCatalogEntity
public TeamProjectCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session,
CatalogNode catalogNode)
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.