Package jenkins.plugins.http_request
Class HttpRequest.DescriptorImpl
- Enclosing class:
- HttpRequest
@Extension
public static final class HttpRequest.DescriptorImpl
extends BuildStepDescriptor<Builder>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MimeType
static final String
static final Boolean
static final MimeType
static final List<HttpRequestNameValuePair>
static final List<HttpRequestFormDataPart>
static final HttpMode
static final String
static final boolean
static final String
static final String
static final Boolean
static final String
static final Boolean
static final String
static final int
static final String
static final boolean
static final Boolean
static final String
static final String
static final boolean
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormValidation
checkValidResponseCodes
(String value) doCheckValidResponseCodes
(String value) doFillAuthenticationItems
(Item project, String url) doFillProxyAuthenticationItems
(Item project, String url) static ListBoxModel
fillAuthenticationItems
(Item project, String url) boolean
isApplicable
(Class<? extends AbstractProject> aClass) parseToRange
(String value) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Field Details
-
ignoreSslErrors
public static final boolean ignoreSslErrors- See Also:
-
httpMode
-
httpProxy
- See Also:
-
proxyAuthentication
- See Also:
-
passBuildParameters
-
validResponseCodes
- See Also:
-
validResponseContent
- See Also:
-
acceptType
-
contentType
-
outputFile
- See Also:
-
timeout
public static final int timeout- See Also:
-
consoleLogResponseBody
-
quiet
-
authentication
- See Also:
-
requestBody
- See Also:
-
uploadFile
- See Also:
-
multipartName
- See Also:
-
wrapAsMultipart
public static final boolean wrapAsMultipart- See Also:
-
useSystemProperties
-
useNtlm
public static final boolean useNtlm- See Also:
-
customHeaders
-
formData
-
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Builder>
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Builder>
-
doFillHttpModeItems
-
doFillAcceptTypeItems
-
doFillContentTypeItems
-
doFillAuthenticationItems
public ListBoxModel doFillAuthenticationItems(@AncestorInPath Item project, @QueryParameter String url) -
doFillProxyAuthenticationItems
public ListBoxModel doFillProxyAuthenticationItems(@AncestorInPath Item project, @QueryParameter String url) -
fillAuthenticationItems
-
parseToRange
-
doCheckValidResponseCodes
-
checkValidResponseCodes
-