Uses of Interface
io.jenkins.plugins.httpclient.RobustHTTPClient.ConnectionCreator
-
-
Uses of RobustHTTPClient.ConnectionCreator in io.jenkins.plugins.httpclient
Methods in io.jenkins.plugins.httpclient with parameters of type RobustHTTPClient.ConnectionCreator Modifier and Type Method Description void
RobustHTTPClient. connect(String whatConcise, String whatVerbose, RobustHTTPClient.ConnectionCreator connectionCreator, RobustHTTPClient.ConnectionUser connectionUser, TaskListener listener)
Perform an HTTP network operation with appropriate timeouts and retries.
-