@Extension public static final class BigpandaGlobalNotifier.DescriptorImpl extends hudson.model.Descriptor<BigpandaGlobalNotifier>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckBigpandaApiKey(String value) |
hudson.util.FormValidation |
doCheckBigpandaAppKey(String value) |
hudson.util.FormValidation |
doCheckWebhookUrl(String value) |
String |
getBigpandaApiKey() |
String |
getBigpandaAppKey() |
String |
getDefaultWebhookUrl()
Provides the default webhook for the API calls
|
String |
getDisplayName() |
String |
getWebhookUrl()
Provides the webhook for the API calls
|
void |
setBigpandaApiKey(String bigpandaApiKey) |
void |
setBigpandaAppKey(String bigpandaAppKey) |
void |
setWebhookUrl(String webhookUrl) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<BigpandaGlobalNotifier>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
configure in class hudson.model.Descriptor<BigpandaGlobalNotifier>public String getBigpandaApiKey()
public String getBigpandaAppKey()
public String getWebhookUrl()
public String getDefaultWebhookUrl()
@DataBoundSetter public void setBigpandaApiKey(String bigpandaApiKey)
@DataBoundSetter public void setBigpandaAppKey(String bigpandaAppKey)
@DataBoundSetter public void setWebhookUrl(String webhookUrl)
public hudson.util.FormValidation doCheckBigpandaApiKey(@QueryParameter(value="bigpandaApiKey")
String value)
public hudson.util.FormValidation doCheckBigpandaAppKey(@QueryParameter(value="bigpandaAppKey")
String value)
public hudson.util.FormValidation doCheckWebhookUrl(@QueryParameter(value="webhookUrl")
String value)
Copyright © 2016–2022. All rights reserved.