@Extension public static final class GlobalPostScript.DescriptorImpl extends hudson.model.Descriptor<GlobalPostScript>
| 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 |
doCheckScript(String name) |
hudson.util.ComboBoxModel |
doFillScriptItems() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
hudson.model.Result |
getResultCondition() |
String |
getRunCondition() |
String |
getScript() |
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 hudson.util.FormValidation doCheckScript(@QueryParameter(value="script")
String name)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ComboBoxModel doFillScriptItems()
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<GlobalPostScript>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<GlobalPostScript>hudson.model.Descriptor.FormExceptionpublic String getScript()
public hudson.model.Result getResultCondition()
public String getRunCondition()
Copyright © 2004-2018. All Rights Reserved.