@Extension public final class GraniteAHCFactory extends hudson.model.Descriptor<GraniteAHCFactory> implements hudson.model.Describable<GraniteAHCFactory>, Serializable
AsyncHttpClient
instancesConstructor and Description |
---|
GraniteAHCFactory()
The parent type is not responsible for loading
|
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
GraniteClientGlobalConfig |
createGlobalConfig() |
hudson.util.FormValidation |
doCheckPreemptLoginForBaseUrls(String value) |
com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel |
doFillCredentialsIdItems(String value) |
int |
getConnectionTimeoutInMs() |
String |
getCredentialsId() |
com.cloudbees.plugins.credentials.Credentials |
getDefaultCredentials() |
hudson.model.Descriptor<GraniteAHCFactory> |
getDescriptor() |
String |
getDisplayName() |
static GraniteAHCFactory |
getFactoryInstance() |
static GraniteAHCFactory |
getFactoryInstance(jenkins.model.Jenkins jenkins) |
static GraniteClientGlobalConfig |
getGlobalConfig() |
int |
getIdleConnectionTimeoutInMs() |
String |
getPreemptLoginForBaseUrls() |
static hudson.ProxyConfiguration |
getProxyConfig() |
int |
getRequestTimeoutInMs() |
void |
setConnectionTimeoutInMs(int connectionTimeoutInMs) |
void |
setCredentialsId(String credentialsId) |
void |
setIdleConnectionTimeoutInMs(int idleConnectionTimeoutInMs) |
void |
setPreemptLoginForBaseUrls(String preemptLoginForBaseUrls) |
void |
setRequestTimeoutInMs(int requestTimeoutInMs) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMap
public GraniteAHCFactory()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<GraniteAHCFactory>
hudson.model.Descriptor.FormException
public hudson.model.Descriptor<GraniteAHCFactory> getDescriptor()
getDescriptor
in interface hudson.model.Describable<GraniteAHCFactory>
public String getCredentialsId()
public void setCredentialsId(String credentialsId)
public String getPreemptLoginForBaseUrls()
public void setPreemptLoginForBaseUrls(String preemptLoginForBaseUrls)
public int getConnectionTimeoutInMs()
public void setConnectionTimeoutInMs(int connectionTimeoutInMs)
public int getIdleConnectionTimeoutInMs()
public void setIdleConnectionTimeoutInMs(int idleConnectionTimeoutInMs)
public int getRequestTimeoutInMs()
public void setRequestTimeoutInMs(int requestTimeoutInMs)
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<GraniteAHCFactory>
public com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel doFillCredentialsIdItems(@QueryParameter(value="value") String value)
public com.cloudbees.plugins.credentials.Credentials getDefaultCredentials()
public hudson.util.FormValidation doCheckPreemptLoginForBaseUrls(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public static GraniteAHCFactory getFactoryInstance()
public static GraniteAHCFactory getFactoryInstance(@Nonnull jenkins.model.Jenkins jenkins)
public GraniteClientGlobalConfig createGlobalConfig()
public static GraniteClientGlobalConfig getGlobalConfig()
public static hudson.ProxyConfiguration getProxyConfig()
Copyright © 2013–2019. All rights reserved.