Uses of Class
com.microsoft.tfs.core.clients.commonstructure.ProjectInfo

Packages that use ProjectInfo
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.commonstructure   
com.microsoft.tfs.core.clients.favorites   
com.microsoft.tfs.core.clients.framework.configuration.compatibility   
com.microsoft.tfs.core.clients.reporting   
com.microsoft.tfs.core.clients.sharepoint   
com.microsoft.tfs.core.clients.teamstore   
com.microsoft.tfs.core.config.client   
com.microsoft.tfs.core.config.webservice   
com.microsoft.tfs.core.pguidance   
 

Uses of ProjectInfo in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core with parameters of type ProjectInfo
 SourceControlCapabilityFlags TFSTeamProjectCollection.getSourceControlCapability(ProjectInfo project)
           
 WSSClient TFSConnection.getWSSClient(ProjectInfo projectInfo)
          Gets a Windows Sharepoint Services client.
 ms.wss._ListsSoap TFSConnection.getWSSWebService(ProjectInfo projectInfo)
          Obtains a new sharepoint web service from this TFSConnection.
 

Uses of ProjectInfo in com.microsoft.tfs.core.clients.commonstructure
 

Methods in com.microsoft.tfs.core.clients.commonstructure that return ProjectInfo
 ProjectInfo CommonStructureClient.getProject(java.lang.String projectUri)
           
 ProjectInfo CommonStructureClient.getProjectFromName(java.lang.String projectName)
          Gets a ProjectInfo structure using a project name
 ProjectInfo[] CommonStructureClient.listAllProjects()
           
 ProjectInfo[] CommonStructureClient.listProjects()
           
 

Uses of ProjectInfo in com.microsoft.tfs.core.clients.favorites
 

Methods in com.microsoft.tfs.core.clients.favorites with parameters of type ProjectInfo
static IFavoritesStore FavoritesStoreFactory.create(TFSTeamProjectCollection connection, ProjectInfo currentProject, TeamConfiguration currentTeam, java.lang.String featureScope, boolean isPersonal)
          Creates a Favorites store using Identity Service.
 

Uses of ProjectInfo in com.microsoft.tfs.core.clients.framework.configuration.compatibility
 

Constructors in com.microsoft.tfs.core.clients.framework.configuration.compatibility with parameters of type ProjectInfo
TeamProjectCompatibilityEntity(TFSCompatibilityEntity parent, ProjectInfo projectInfo)
           
TeamProjectCompatibilityEntityDataProvider(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
           
 

Uses of ProjectInfo in com.microsoft.tfs.core.clients.reporting
 

Methods in com.microsoft.tfs.core.clients.reporting with parameters of type ProjectInfo
 java.util.List ReportingClient.getReports(ProjectInfo projectInfo, boolean refresh)
           
 

Uses of ProjectInfo in com.microsoft.tfs.core.clients.sharepoint
 

Methods in com.microsoft.tfs.core.clients.sharepoint with parameters of type ProjectInfo
static java.lang.String WSSUtils.getWSSURL(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
           
static boolean WSSUtils.isWSSConfigured(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
           
 

Uses of ProjectInfo in com.microsoft.tfs.core.clients.teamstore
 

Methods in com.microsoft.tfs.core.clients.teamstore with parameters of type ProjectInfo
 void TeamProjectCollectionTeamStore.initializeTeamCache(ProjectInfo[] infos)
          Initializes the cache with the TeamConfiguration for the specified set of projects.
 

Uses of ProjectInfo in com.microsoft.tfs.core.config.client
 

Methods in com.microsoft.tfs.core.config.client with parameters of type ProjectInfo
 WSSClient DefaultClientFactory.newWSSClient(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
          Creates a new Sharepoint client.
 WSSClient ClientFactory.newWSSClient(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
          Creates a new Sharepoint client.
 

Uses of ProjectInfo in com.microsoft.tfs.core.config.webservice
 

Methods in com.microsoft.tfs.core.config.webservice with parameters of type ProjectInfo
 ms.wss._ListsSoap WebServiceFactory.newWSSWebService(TFSConnection connection, ProjectInfo projectInfo, java.net.URI connectionBaseURI, HttpClient httpClient, RegistrationClient registrationClient)
          Creates a new _ListsSoap web service.
 ms.wss._ListsSoap DefaultWebServiceFactory.newWSSWebService(TFSConnection connection, ProjectInfo projectInfo, java.net.URI connectionBaseURI, HttpClient httpClient, RegistrationClient registrationClient)
          Creates a new _ListsSoap web service.
 

Uses of ProjectInfo in com.microsoft.tfs.core.pguidance
 

Methods in com.microsoft.tfs.core.pguidance with parameters of type ProjectInfo
 ProcessGuidanceURLInfo IProcessGuidance.getProcessGuidanceURL(ProjectInfo projectInfo, java.lang.String documentPath)
           
 ProcessGuidanceURLInfo IProcessGuidance.getProcessGuidanceURL(ProjectInfo projectInfo, java.lang.String documentPath, java.lang.String[] alternateDocumentPaths)
           
 boolean IProcessGuidance.isEnabled(ProjectInfo projectInfo)
           
 



© 2015 Microsoft. All rights reserved.