- sanitize(URL) - Static method in class io.jenkins.plugins.httpclient.RobustHTTPClient
-
Mask out query string or user info details in a URL.
- setStopAfterAttemptNumber(int) - Method in class io.jenkins.plugins.httpclient.RobustHTTPClient
-
Number of upload/download attempts of nonfatal errors before giving up.
- setTimeout(long, TimeUnit) - Method in class io.jenkins.plugins.httpclient.RobustHTTPClient
-
Time to permit a single upload/download attempt to take.
- setWaitMaximum(long, TimeUnit) - Method in class io.jenkins.plugins.httpclient.RobustHTTPClient
-
Maximum time between upload/download attempts.
- setWaitMultiplier(long, TimeUnit) - Method in class io.jenkins.plugins.httpclient.RobustHTTPClient
-
Initial time between first and second upload/download attempts.