@Extension
public static final class JobPropertyImpl.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
DescriptorImpl(Class<? extends hudson.model.JobProperty<?>> clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType) |
JobPropertyImpl |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
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 DescriptorImpl()
public DescriptorImpl(Class<? extends hudson.model.JobProperty<?>> clazz)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable in class hudson.model.JobPropertyDescriptorpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>hudson.model.Descriptor.FormExceptionpublic JobPropertyImpl newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.JobPropertyDescriptorhudson.model.Descriptor.FormExceptionCopyright © 2004-2016. All Rights Reserved.