Uses of Class
jenkins.plugins.http_request.util.NameValuePair

Packages that use NameValuePair
jenkins.plugins.http_request   
jenkins.plugins.http_request.util   
 

Uses of NameValuePair in jenkins.plugins.http_request
 

Methods in jenkins.plugins.http_request that return types with arguments of type NameValuePair
 List<NameValuePair> HttpRequest.getCustomHeaders()
           
 

Constructor parameters in jenkins.plugins.http_request with type arguments of type NameValuePair
HttpRequest(String url, HttpMode httpMode, String authentication, MimeType contentType, MimeType acceptType, String outputFile, Boolean returnCodeBuildRelevant, Boolean consoleLogResponseBody, Boolean passBuildParameters, List<NameValuePair> customHeaders, Integer timeout, String validResponseCodes)
           
 

Uses of NameValuePair in jenkins.plugins.http_request.util
 

Methods in jenkins.plugins.http_request.util that return types with arguments of type NameValuePair
 List<NameValuePair> RequestAction.getParams()
           
 

Constructor parameters in jenkins.plugins.http_request.util with type arguments of type NameValuePair
RequestAction(URL url, HttpMode mode, List<NameValuePair> params)
           
 



Copyright © 2004-2015. All Rights Reserved.