Skip navigation links
C D E G I O R S U 

C

cache - Static variable in class org.jenkinsci.plugins.workflowhttp.cps.CacheEntry
 
CacheEntry - Class in org.jenkinsci.plugins.workflowhttp.cps
 
CacheEntry(Instant, String) - Constructor for class org.jenkinsci.plugins.workflowhttp.cps.CacheEntry
 
CachingConfiguration - Class in org.jenkinsci.plugins.workflowhttp.cps
 
CachingConfiguration(int, String) - Constructor for class org.jenkinsci.plugins.workflowhttp.cps.CachingConfiguration
 
connect(String, String, RobustHTTPClient.ConnectionCreator, RobustHTTPClient.ConnectionUser, TaskListener) - Method in class org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient
Perform an HTTP network operation with appropriate timeouts and retries.
connect(CloseableHttpClient) - Method in interface org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient.ConnectionCreator
 
copyFromRemotely(FilePath, URL, TaskListener) - Method in class org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient
Like FilePath.copyFrom(URL) but using RobustHTTPClient.downloadFile(java.io.File, java.net.URL, hudson.model.TaskListener) and running remotely on the agent.
CpsHttpFlowDefinition - Class in org.jenkinsci.plugins.workflowhttp.cps
 
CpsHttpFlowDefinition(String, String, int, CachingConfiguration) - Constructor for class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 
CpsHttpFlowDefinition.DescriptorImpl - Class in org.jenkinsci.plugins.workflowhttp.cps
 
create(FlowExecutionOwner, TaskListener, List<? extends Action>) - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 

D

DescriptorImpl() - Constructor for class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition.DescriptorImpl
 
doCheckExcludedCasesString(String) - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition.DescriptorImpl
 
doFillCredentialsIdItems(Item, String, String) - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition.DescriptorImpl
 
downloadFile(File, URL, TaskListener) - Method in class org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient
Download a file from a URL.

E

expirationDate - Variable in class org.jenkinsci.plugins.workflowhttp.cps.CacheEntry
 

G

getApplicableDescriptors() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition.DescriptorImpl
 
getCachingConfiguration() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 
getCachingMinutes() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CachingConfiguration
 
getCachingSeconds() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CachingConfiguration
 
getCredentialsId() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 
getDisplayName() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition.DescriptorImpl
 
getExcludedCasesString() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CachingConfiguration
 
getExpirationDate() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 
getRetryCount() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 
getScriptUrl() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 
getSetAcceptHeader() - Method in class org.jenkinsci.plugins.workflowhttp.cps.CpsHttpFlowDefinition
 

I

isExcluded(EnvVars) - Method in class org.jenkinsci.plugins.workflowhttp.cps.CachingConfiguration
 

O

org.jenkinsci.plugins.workflowhttp.cps - package org.jenkinsci.plugins.workflowhttp.cps
 

R

RobustHTTPClient - Class in org.jenkinsci.plugins.workflowhttp.cps
Utility to make HTTP connections with protection against transient failures.
RobustHTTPClient() - Constructor for class org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient
Creates a client configured with reasonable defaults from system properties.
RobustHTTPClient.ConnectionCreator - Interface in org.jenkinsci.plugins.workflowhttp.cps
How to initiate a connection.
RobustHTTPClient.ConnectionUser - Interface in org.jenkinsci.plugins.workflowhttp.cps
What to do with a successful (2xx) connection.

S

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

U

uploadFile(File, URL, TaskListener) - Method in class org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient
Upload a file to a URL.
uploadFile(File, String, URL, TaskListener) - Method in class org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient
Upload a file to a URL with a specific content type.
use(CloseableHttpResponse) - Method in interface org.jenkinsci.plugins.workflowhttp.cps.RobustHTTPClient.ConnectionUser
 
C D E G I O R S U 
Skip navigation links

Copyright © 2016–2020. All rights reserved.