| Package | Description |
|---|---|
| jenkins.plugins.http_request |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
HttpRequest.getAcceptType() |
MimeType |
HttpRequest.getContentType() |
static MimeType |
MimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeType[] |
MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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,
String validResponseContent) |
Copyright © 2004-2015. All Rights Reserved.