| Package | Description |
|---|---|
| jenkins.plugins.http_request | |
| jenkins.plugins.http_request.util |
| Modifier and Type | Field and Description |
|---|---|
static HttpMode |
HttpRequest.DescriptorImpl.httpMode |
static HttpMode |
HttpRequestStep.DescriptorImpl.httpMode |
| Modifier and Type | Method and Description |
|---|---|
HttpMode |
HttpRequest.getHttpMode() |
HttpMode |
HttpRequestStep.getHttpMode() |
static HttpMode |
HttpMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMode[] |
HttpMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequest.setHttpMode(HttpMode httpMode) |
void |
HttpRequestStep.setHttpMode(HttpMode httpMode) |
| Modifier and Type | Method and Description |
|---|---|
HttpMode |
RequestAction.getMode() |
| Constructor and Description |
|---|
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params) |
RequestAction(URL url,
HttpMode mode,
String requestBody,
List<HttpRequestNameValuePair> params,
List<HttpRequestNameValuePair> headers) |
Copyright © 2016–2020. All rights reserved.