Uses of Class
com.microsoft.tfs.core.clients.framework.location.ConnectOptions

Packages that use ConnectOptions
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.framework   
com.microsoft.tfs.core.clients.framework.location   
 

Uses of ConnectOptions in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core with parameters of type ConnectOptions
 void PreFrameworkServerDataProvider.connect(ConnectOptions connectOptions)
           
 void TFSConnection.connect(ConnectOptions connectOptions)
          Performs all of the steps that are necessary for setting up a connection with a TeamFoundationServer.
 

Uses of ConnectOptions in com.microsoft.tfs.core.clients.framework
 

Methods in com.microsoft.tfs.core.clients.framework with parameters of type ConnectOptions
 void ServerDataProvider.connect(ConnectOptions connectOptions)
          Performs all of the steps that are necessary for setting up a connection with a Team Foundation Server.
 

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

Fields in com.microsoft.tfs.core.clients.framework.location declared as ConnectOptions
static ConnectOptions ConnectOptions.INCLUDE_SERVICES
          Includes information about the services supplied in the serviceFilter parameter.
static ConnectOptions ConnectOptions.NONE
          Retrieve no optional data.
 

Methods in com.microsoft.tfs.core.clients.framework.location that return ConnectOptions
 ConnectOptions ConnectOptions.combine(ConnectOptions other)
           
static ConnectOptions ConnectOptions.combine(ConnectOptions[] changeTypes)
           
 ConnectOptions ConnectOptions.remove(ConnectOptions other)
           
 ConnectOptions ConnectOptions.retain(ConnectOptions other)
           
 

Methods in com.microsoft.tfs.core.clients.framework.location with parameters of type ConnectOptions
 ConnectOptions ConnectOptions.combine(ConnectOptions other)
           
static ConnectOptions ConnectOptions.combine(ConnectOptions[] changeTypes)
           
 void LocationService.connect(ConnectOptions connectOptions)
          Performs all of the steps that are necessary for setting up a connection with a TeamFoundationServer.
 boolean ConnectOptions.contains(ConnectOptions other)
           
 boolean ConnectOptions.containsAll(ConnectOptions other)
           
 boolean ConnectOptions.containsAny(ConnectOptions other)
           
 ConnectOptions ConnectOptions.remove(ConnectOptions other)
           
 ConnectOptions ConnectOptions.retain(ConnectOptions other)
           
 



© 2014 Microsoft. All rights reserved.