@Extension
public final class GlobalConfigurationImpl
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
GlobalConfigurationImpl() |
GlobalConfigurationImpl(String kwApiKey,
String kwEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckKwApiKey(String value) |
hudson.util.FormValidation |
doCheckKwEndpoint(String value) |
String |
getDisplayName() |
String |
getGlobalConfigPage() |
String |
getKwApiKey() |
String |
getKwEndpoint() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setKwApiKey(String kwApiKey) |
void |
setKwEndpoint(String kwEndpoint) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
public String getGlobalConfigPage()
getGlobalConfigPage in class jenkins.model.GlobalConfigurationpublic String getKwApiKey()
public void setKwApiKey(String kwApiKey)
public String getKwEndpoint()
public void setKwEndpoint(String kwEndpoint)
public hudson.util.FormValidation doCheckKwApiKey(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckKwEndpoint(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionCopyright © 2016–2018. All rights reserved.