Index

C D G H I R V 
All Classes and Interfaces|All Packages

C

com.amadeus.jenkins.plugins.workflow.libs - package com.amadeus.jenkins.plugins.workflow.libs
 
CustomHttpRequestRetryHandler - Class in com.amadeus.jenkins.plugins.workflow.libs
 
CustomServiceUnavailableRetryStrategy - Class in com.amadeus.jenkins.plugins.workflow.libs
 
CustomServiceUnavailableRetryStrategy() - Constructor for class com.amadeus.jenkins.plugins.workflow.libs.CustomServiceUnavailableRetryStrategy
 
CustomServiceUnavailableRetryStrategy(Set<Integer>) - Constructor for class com.amadeus.jenkins.plugins.workflow.libs.CustomServiceUnavailableRetryStrategy
 

D

DescriptorImpl() - Constructor for class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever.DescriptorImpl
 
doFillCredentialsIdItems(Item, String) - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever.DescriptorImpl
 

G

getCredentialsId() - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Accessor for credentials ID that can be used to do an authenticated download
getDescriptor() - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
 
getDisplayName() - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever.DescriptorImpl
 
getHttpURL() - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Accessor for URL template where the library can be downloaded
getRetryInterval() - Method in class com.amadeus.jenkins.plugins.workflow.libs.CustomServiceUnavailableRetryStrategy
 

H

HttpRetriever - Class in com.amadeus.jenkins.plugins.workflow.libs
The goal of this plugin is to provide another way to retrieve shared libraries via the @Library declaration in a Jenkinsfile.
HttpRetriever(String, String, boolean) - Constructor for class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Constructor
HttpRetriever.DescriptorImpl - Class in com.amadeus.jenkins.plugins.workflow.libs
 

I

isPreemptiveAuth() - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Accessor for know if the plugin should send the basic authentication response before the server gives an unauthorized response

R

retrieve(String, String, boolean, FilePath, Run<?, ?>, TaskListener) - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Checks first if the library is accessible via a HEAD call.
retrieve(String, String, FilePath, Run<?, ?>, TaskListener) - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Retrieves the shared library code.
retryRequest(IOException, int, HttpContext) - Method in class com.amadeus.jenkins.plugins.workflow.libs.CustomHttpRequestRetryHandler
 
retryRequest(HttpResponse, int, HttpContext) - Method in class com.amadeus.jenkins.plugins.workflow.libs.CustomServiceUnavailableRetryStrategy
 

V

validateVersion(String, String) - Method in class com.amadeus.jenkins.plugins.workflow.libs.HttpRetriever
Validates version.
C D G H I R V 
All Classes and Interfaces|All Packages