public static final class ProjectSpecificActionFactory.DescriptorImplPSA extends hudson.model.Descriptor<ProjectSpecificActionFactory> implements Serializable
| Constructor and Description |
|---|
DescriptorImplPSA()
Instantiates a new Descriptor impl psa.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Configure boolean.
|
String |
getDisplayName()
Gets display name.
|
static boolean |
isShowGraph()
Is show graph boolean.
|
ProjectSpecificActionFactory |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
New instance project specific action factory.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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 DescriptorImplPSA()
public static boolean isShowGraph()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<ProjectSpecificActionFactory>public ProjectSpecificActionFactory newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
newInstance in class hudson.model.Descriptor<ProjectSpecificActionFactory>req - the reqformData - the form datapublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<ProjectSpecificActionFactory>req - the reqformData - the form dataFormException - the form exceptionhudson.model.Descriptor.FormExceptionCopyright © 2004-2021. All Rights Reserved.