Uses of Class
jenkins.plugins.http_request.util.HttpRequestNameValuePair
Packages that use HttpRequestNameValuePair
-
Uses of HttpRequestNameValuePair in jenkins.plugins.http_request
Fields in jenkins.plugins.http_request with type parameters of type HttpRequestNameValuePairModifier and TypeFieldDescriptionstatic final List<HttpRequestNameValuePair>
HttpRequest.DescriptorImpl.customHeaders
static final List<HttpRequestNameValuePair>
HttpRequestStep.DescriptorImpl.customHeaders
Methods in jenkins.plugins.http_request that return types with arguments of type HttpRequestNameValuePairModifier and TypeMethodDescriptionHttpRequest.getCustomHeaders()
HttpRequestStep.getCustomHeaders()
Method parameters in jenkins.plugins.http_request with type arguments of type HttpRequestNameValuePairModifier and TypeMethodDescriptionvoid
HttpRequest.setCustomHeaders
(List<HttpRequestNameValuePair> customHeaders) void
HttpRequestStep.setCustomHeaders
(List<HttpRequestNameValuePair> customHeaders) -
Uses of HttpRequestNameValuePair in jenkins.plugins.http_request.util
Methods in jenkins.plugins.http_request.util that return types with arguments of type HttpRequestNameValuePairMethod parameters in jenkins.plugins.http_request.util with type arguments of type HttpRequestNameValuePairModifier and TypeMethodDescriptionstatic String
HttpClientUtil.appendParamsToUrl
(String url, List<HttpRequestNameValuePair> params) static String
HttpClientUtil.paramsToString
(List<HttpRequestNameValuePair> params) Constructor parameters in jenkins.plugins.http_request.util with type arguments of type HttpRequestNameValuePairModifierConstructorDescriptionRequestAction
(URL url, HttpMode mode, String requestBody, List<HttpRequestNameValuePair> params) RequestAction
(URL url, HttpMode mode, String requestBody, List<HttpRequestNameValuePair> params, List<HttpRequestNameValuePair> headers)