Uses of Interface
jetbrains.buildServer.serverSide.db.JdbcDriverDownloader.UrlConnectionFactory
-
Packages that use JdbcDriverDownloader.UrlConnectionFactory Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.util.http -
-
Uses of JdbcDriverDownloader.UrlConnectionFactory in jetbrains.buildServer.serverSide.db
Classes in jetbrains.buildServer.serverSide.db that implement JdbcDriverDownloader.UrlConnectionFactory Modifier and Type Class Description class
DefaultUrlConnectionFactory
The defaultJdbcDriverDownloader.UrlConnectionFactory
, which usesjava.net.*
API.Constructors in jetbrains.buildServer.serverSide.db with parameters of type JdbcDriverDownloader.UrlConnectionFactory Constructor Description JdbcDriverDownloader(Logger logger, JdbcDriverDownloader.UrlConnectionFactory urlConnectionFactory, URL... downloadUrls)
Creates a new JDBC driver download manager using custom URL and connection factory.JdbcDriverDownloader(Logger logger, JdbcDriverDownloader.UrlConnectionFactory urlConnectionFactory, TeamCityPropertiesProvider propertiesProvider)
Creates a new JDBC driver download manager using the default URL and a custom connection factory. -
Uses of JdbcDriverDownloader.UrlConnectionFactory in jetbrains.buildServer.util.http
Classes in jetbrains.buildServer.util.http that implement JdbcDriverDownloader.UrlConnectionFactory Modifier and Type Class Description class
HttpUrlConnectionFactory
An implementation ofJdbcDriverDownloader.UrlConnectionFactory
which uses the callback hell drivenHTTPRequestBuilder
.
-