| Package | Description |
|---|---|
| jenkins.plugins.http_request | |
| jenkins.plugins.http_request.util |
| Modifier and Type | Method and Description |
|---|---|
HttpMode |
HttpRequest.DescriptorImpl.getDefaultHttpMode() |
HttpMode |
HttpRequest.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.DescriptorImpl.setDefaultHttpMode(HttpMode defaultHttpMode) |
| Modifier and Type | Method and Description |
|---|---|
HttpMode |
RequestAction.getMode() |
| Constructor and Description |
|---|
RequestAction(URL url,
HttpMode mode,
List<NameValuePair> params) |
Copyright © 2004-2014. All Rights Reserved.