@Extension public static class Webhook.DescriptorImpl extends Descriptor<Webhook>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doCheckGlobalUrl(String value) |
FormValidation |
doCheckUrl(String value) |
int |
getDefaultTimeout() |
String |
getDisplayName() |
String |
getGlobalName() |
String |
getGlobalUrl() |
String |
getName() |
String |
getUrl() |
void |
setGlobalName(String name) |
void |
setGlobalUrl(String url) |
void |
setName(String name) |
void |
setUrl(String url) |
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@NonNull public String getDisplayName()
getDisplayName in class Descriptor<Webhook>public int getDefaultTimeout()
public FormValidation doCheckUrl(@QueryParameter String value)
public FormValidation doCheckGlobalUrl(@QueryParameter String value)
public String getUrl()
@DataBoundSetter public void setUrl(String url)
public String getName()
@DataBoundSetter public void setName(String name)
public String getGlobalUrl()
@DataBoundSetter public void setGlobalUrl(String url)
public String getGlobalName()
@DataBoundSetter public void setGlobalName(String name)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
configure in class Descriptor<Webhook>Copyright © 2016–2022. All rights reserved.