Uses of Class
com.microsoft.tfs.core.TFSConnection

Packages that use TFSConnection
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.framework.location   
com.microsoft.tfs.core.clients.security   
com.microsoft.tfs.core.clients.team   
com.microsoft.tfs.core.clients.webservices   
com.microsoft.tfs.core.config.client   
com.microsoft.tfs.core.config.webservice   
com.microsoft.tfs.core.telemetry   
 

Uses of TFSConnection in com.microsoft.tfs.core
 

Subclasses of TFSConnection in com.microsoft.tfs.core
 class TFSConfigurationServer
          A connection to the configuration server area of a TFS 2010 or later installation.
 class TFSTeamProjectCollection
           A connection to a team project collection in a TFS 2010 or later server, or to the entire service area of a TFS 2005 or TFS 2008 server.
 

Constructors in com.microsoft.tfs.core with parameters of type TFSConnection
ConnectivityFailureRequestHandler(TFSConnection connection)
           
FrameworkServerDataProvider(TFSConnection connection)
          Constructs a FrameworkServerDataProvider using a TFSConnection, which can be either a TFSTeamProjectCollection or TFSConfigurationServer.
 

Uses of TFSConnection in com.microsoft.tfs.core.clients.framework.location
 

Constructors in com.microsoft.tfs.core.clients.framework.location with parameters of type TFSConnection
LocationService(TFSConnection connection)
          Construct the TFS Location Service.
 

Uses of TFSConnection in com.microsoft.tfs.core.clients.security
 

Constructors in com.microsoft.tfs.core.clients.security with parameters of type TFSConnection
FrameworkSecurityNamespace(TFSConnection connection, SecurityNamespaceDescription description)
           Creates an instance of the SecurityNamespace
SecurityService(TFSConnection connection)
           
 

Uses of TFSConnection in com.microsoft.tfs.core.clients.team
 

Methods in com.microsoft.tfs.core.clients.team with parameters of type TFSConnection
 TeamFoundationIdentity[] TeamFoundationTeam.getMembers(TFSConnection connection, MembershipQuery queryMembership)
          Get team member identities.
 

Constructors in com.microsoft.tfs.core.clients.team with parameters of type TFSConnection
TeamService(TFSConnection connection)
           
 

Uses of TFSConnection in com.microsoft.tfs.core.clients.webservices
 

Constructors in com.microsoft.tfs.core.clients.webservices with parameters of type TFSConnection
IdentityManagementService(TFSConnection connection)
           
IdentityManagementService2(TFSConnection connection)
           
 

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

Methods in com.microsoft.tfs.core.config.client with parameters of type TFSConnection
 java.lang.Object DefaultClientFactory.newClient(java.lang.Class clientType, TFSConnection connection)
          Creates a new client.
 java.lang.Object ClientFactory.newClient(java.lang.Class clientType, TFSConnection connection)
          Creates a new client.
 

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

Methods in com.microsoft.tfs.core.config.webservice with parameters of type TFSConnection
 ms.tfs.services.linking._03._IntegrationServiceSoap WebServiceFactory.newLinkingWebService(TFSConnection connection, java.lang.String linkingEndpoint, java.net.URI connectionBaseURI, HttpClient httpClient, RegistrationClient registrationClient)
          Creates a new _IntegrationServiceSoap web service.
 ms.tfs.services.linking._03._IntegrationServiceSoap DefaultWebServiceFactory.newLinkingWebService(TFSConnection connection, java.lang.String linkingEndpoint, java.net.URI connectionBaseURI, HttpClient httpClient, RegistrationClient registrationClient)
          Creates a new _IntegrationServiceSoap web service.
 java.lang.Object WebServiceFactory.newWebService(TFSConnection connection, java.lang.Class<?> webServiceInterfaceType, java.net.URI connectionBaseURI, HttpClient httpClient, ServerDataProvider serverDataProvider, RegistrationClient registrationClient)
          Creates a new web service implementation.
 java.lang.Object DefaultWebServiceFactory.newWebService(TFSConnection connection, java.lang.Class<?> webServiceInterfaceType, java.net.URI connectionBaseURI, HttpClient httpClient, ServerDataProvider serverDataProvider, RegistrationClient registrationClient)
          Creates a new web service implementation.
 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 TFSConnection in com.microsoft.tfs.core.telemetry
 

Methods in com.microsoft.tfs.core.telemetry with parameters of type TFSConnection
static void TfsTelemetryHelper.addContextProperties(java.util.Map<java.lang.String,java.lang.String> properties, TFSConnection connection)
           
 



© 2015 Microsoft. All rights reserved.