@Extension
public final class HudsonNotificationPropertyDescriptor
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
HudsonNotificationPropertyDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckUrl(String url,
String protocolParameter) |
int |
getDefaultTimeout() |
String |
getDisplayName() |
List<Endpoint> |
getTargets() |
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType) |
boolean |
isEnabled() |
HudsonNotificationProperty |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setEndpoints(List<Endpoint> endpoints) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic HudsonNotificationPropertyDescriptor()
public boolean isEnabled()
public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable in class hudson.model.JobPropertyDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public int getDefaultTimeout()
public HudsonNotificationProperty newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.JobPropertyDescriptorhudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckUrl(@QueryParameter(value="url",fixEmpty=true)
String url,
@QueryParameter(value="protocol")
String protocolParameter)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>Copyright © 2004-2014. All Rights Reserved.