|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMode | |
|---|---|
| jenkins.plugins.http_request | |
| jenkins.plugins.http_request.util | |
| Uses of HttpMode in jenkins.plugins.http_request |
|---|
| Methods in jenkins.plugins.http_request that return HttpMode | |
|---|---|
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. |
| Methods in jenkins.plugins.http_request with parameters of type HttpMode | |
|---|---|
void |
HttpRequest.DescriptorImpl.setDefaultHttpMode(HttpMode defaultHttpMode)
|
| Constructors in jenkins.plugins.http_request with parameters of type HttpMode | |
|---|---|
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 HttpMode in jenkins.plugins.http_request.util |
|---|
| Methods in jenkins.plugins.http_request.util that return HttpMode | |
|---|---|
HttpMode |
RequestAction.getMode()
|
| Constructors in jenkins.plugins.http_request.util with parameters of type HttpMode | |
|---|---|
RequestAction(URL url,
HttpMode mode,
List<NameValuePair> params)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||