@Extension
public class HttpRequestGlobalConfig
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
HttpRequestGlobalConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
static HttpRequestGlobalConfig |
get() |
Authenticator |
getAuthentication(String keyName) |
List<Authenticator> |
getAuthentications() |
List<BasicDigestAuthentication> |
getBasicDigestAuthentications() |
protected hudson.XmlFile |
getConfigFile() |
List<FormAuthentication> |
getFormAuthentications() |
void |
setBasicDigestAuthentications(List<BasicDigestAuthentication> basicDigestAuthentications) |
void |
setFormAuthentications(List<FormAuthentication> formAuthentications) |
static hudson.util.FormValidation |
validateKeyName(String value) |
static void |
xStreamCompatibility() |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@Initializer(before=PLUGINS_STARTED) public static void xStreamCompatibility()
protected hudson.XmlFile getConfigFile()
getConfigFile in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class jenkins.model.GlobalConfigurationhudson.model.Descriptor.FormExceptionpublic static hudson.util.FormValidation validateKeyName(String value)
public static HttpRequestGlobalConfig get()
public List<BasicDigestAuthentication> getBasicDigestAuthentications()
public void setBasicDigestAuthentications(List<BasicDigestAuthentication> basicDigestAuthentications)
public List<FormAuthentication> getFormAuthentications()
public void setFormAuthentications(List<FormAuthentication> formAuthentications)
public List<Authenticator> getAuthentications()
public Authenticator getAuthentication(String keyName)
Copyright © 2016–2025. All rights reserved.