@Extension
public static final class HttpRequest.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_OPTION |
static String |
NULL_AUTHENTICATION |
| Constructor and Description |
|---|
HttpRequest.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckUrl(String value) |
hudson.util.ListBoxModel |
doFillAuthenticationItems() |
hudson.util.ListBoxModel |
doFillDefaultHttpModeItems() |
hudson.util.ListBoxModel |
doFillHttpModeItems() |
hudson.util.FormValidation |
doValidateKeyName(String value) |
Authenticator |
getAuthentication(String keyName) |
List<Authenticator> |
getAuthentications() |
List<BasicDigestAuthentication> |
getBasicDigestAuthentications() |
HttpMode |
getDefaultHttpMode() |
String |
getDisplayName() |
List<FormAuthentication> |
getFormAuthentications() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String DEFAULT_OPTION
public static final String NULL_AUTHENTICATION
public HttpMode getDefaultHttpMode()
public hudson.util.ListBoxModel doFillDefaultHttpModeItems()
public hudson.util.ListBoxModel doFillHttpModeItems()
public hudson.util.ListBoxModel doFillAuthenticationItems()
public hudson.util.FormValidation doCheckUrl(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public List<BasicDigestAuthentication> getBasicDigestAuthentications()
public List<FormAuthentication> getFormAuthentications()
public Authenticator getAuthentication(String keyName)
public List<Authenticator> getAuthentications()
public hudson.util.FormValidation doValidateKeyName(@QueryParameter
String value)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Builder>hudson.model.Descriptor.FormExceptionCopyright © 2004-2012. All Rights Reserved.