@Extension public static final class HttpRequest.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self| Modifier and Type | Field and Description |
|---|---|
static MimeType |
acceptType |
static String |
authentication |
static Boolean |
consoleLogResponseBody |
static MimeType |
contentType |
static List<HttpRequestNameValuePair> |
customHeaders |
static HttpMode |
httpMode |
static String |
httpProxy |
static boolean |
ignoreSslErrors |
static String |
multipartName |
static String |
outputFile |
static Boolean |
passBuildParameters |
static Boolean |
quiet |
static String |
requestBody |
static int |
timeout |
static String |
uploadFile |
static Boolean |
useSystemProperties |
static String |
validResponseCodes |
static String |
validResponseContent |
static boolean |
wrapAsMultipart |
clazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
static FormValidation |
checkValidResponseCodes(String value) |
FormValidation |
doCheckValidResponseCodes(String value) |
ListBoxModel |
doFillAcceptTypeItems() |
ListBoxModel |
doFillAuthenticationItems(Item project,
String url) |
ListBoxModel |
doFillContentTypeItems() |
ListBoxModel |
doFillHttpModeItems() |
static ListBoxModel |
fillAuthenticationItems(Item project,
String url) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> aClass) |
static List<com.google.common.collect.Range<Integer>> |
parseToRange(String value) |
filteraddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final boolean ignoreSslErrors
public static final HttpMode httpMode
public static final String httpProxy
public static final Boolean passBuildParameters
public static final String validResponseCodes
public static final String validResponseContent
public static final MimeType acceptType
public static final MimeType contentType
public static final String outputFile
public static final int timeout
public static final Boolean consoleLogResponseBody
public static final Boolean quiet
public static final String authentication
public static final String requestBody
public static final String uploadFile
public static final String multipartName
public static final boolean wrapAsMultipart
public static final Boolean useSystemProperties
public static final List<HttpRequestNameValuePair> customHeaders
public boolean isApplicable(Class<? extends AbstractProject> aClass)
isApplicable in class BuildStepDescriptor<Builder>public String getDisplayName()
getDisplayName in class Descriptor<Builder>public ListBoxModel doFillHttpModeItems()
public ListBoxModel doFillAcceptTypeItems()
public ListBoxModel doFillContentTypeItems()
public ListBoxModel doFillAuthenticationItems(@AncestorInPath Item project, @QueryParameter String url)
public static ListBoxModel fillAuthenticationItems(Item project, String url)
public static List<com.google.common.collect.Range<Integer>> parseToRange(String value)
public FormValidation doCheckValidResponseCodes(@QueryParameter String value)
public static FormValidation checkValidResponseCodes(String value)
Copyright © 2016–2020. All rights reserved.