@Extension public static final class PostCompletedRunListener.DescriptorImpl extends hudson.model.Descriptor<PostCompletedRunListener>
PostCompletedRunListener. Used as a singleton.
The class is marked as public so that it can be accessed from views.| Constructor and Description |
|---|
PostCompletedRunListener.DescriptorImpl()
In order to load the persisted global configuration, you have to
call load() in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
String |
getUrlToSubmitTo()
The method name is bit awkward because global.jelly calls this method to determine
the initial state of the checkbox by the naming convention.
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic PostCompletedRunListener.DescriptorImpl()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<PostCompletedRunListener>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<PostCompletedRunListener>hudson.model.Descriptor.FormExceptionpublic String getUrlToSubmitTo()
Copyright © 2004-2013. All Rights Reserved.