@Extension public final class GraniteAHCFactory extends hudson.model.Descriptor<GraniteAHCFactory> implements hudson.model.Describable<GraniteAHCFactory>
AsyncHttpClient instances| Constructor and Description |
|---|
GraniteAHCFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel |
doFillCredentialsIdItems() |
int |
getConnectionTimeoutInMs() |
String |
getCredentialsId() |
com.cloudbees.plugins.credentials.Credentials |
getDefaultCredentials() |
hudson.model.Descriptor<GraniteAHCFactory> |
getDescriptor() |
String |
getDisplayName() |
static GraniteAHCFactory |
getFactoryInstance() |
int |
getIdleConnectionTimeoutInMs() |
int |
getRequestTimeoutInMs() |
com.ning.http.client.AsyncHttpClient |
newInstance() |
void |
setConnectionTimeoutInMs(int connectionTimeoutInMs) |
void |
setCredentialsId(String credentialsId) |
void |
setIdleConnectionTimeoutInMs(int idleConnectionTimeoutInMs) |
void |
setRequestTimeoutInMs(int requestTimeoutInMs) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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 hudson.model.Descriptor<GraniteAHCFactory> getDescriptor()
getDescriptor in interface hudson.model.Describable<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.FormExceptionpublic String getCredentialsId()
public void setCredentialsId(String credentialsId)
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()
public com.cloudbees.plugins.credentials.Credentials getDefaultCredentials()
public com.ning.http.client.AsyncHttpClient newInstance()
public static GraniteAHCFactory getFactoryInstance()
Copyright © 2013-2014. All Rights Reserved.