Class Webhook.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<Webhook>
-
- jenkins.plugins.office365connector.Webhook.DescriptorImpl
-
- Enclosing class:
- Webhook
@Extension public static class Webhook.DescriptorImpl extends Descriptor<Webhook>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class hudson.model.Descriptor
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
-
-
-
-
Method Detail
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<Webhook>
-
getDefaultTimeout
public int getDefaultTimeout()
-
doCheckUrl
public FormValidation doCheckUrl(@QueryParameter String value)
-
doCheckGlobalUrl
public FormValidation doCheckGlobalUrl(@QueryParameter String value)
-
getUrl
public String getUrl()
-
setUrl
@DataBoundSetter public void setUrl(String url)
-
getName
public String getName()
-
setName
@DataBoundSetter public void setName(String name)
-
getGlobalUrl
public String getGlobalUrl()
-
setGlobalUrl
@DataBoundSetter public void setGlobalUrl(String url)
-
getGlobalName
public String getGlobalName()
-
setGlobalName
@DataBoundSetter public void setGlobalName(String name)
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
- Overrides:
configure
in classDescriptor<Webhook>
-
-