@Extension
public static class TemplateImplementationProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckTemplateJobName(java.lang.String value) |
hudson.util.ListBoxModel |
doFillTemplateJobNameItems()
Jenkins-convention to populate the drop-down box with discovered templates
|
java.util.List<java.lang.String> |
getDefaultExclusions() |
java.lang.String |
getDisplayName() |
java.util.Collection<Exclusion> |
getExclusionDefinitions() |
hudson.model.JobProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject formData) |
all, getPropertyDescriptors, isApplicable
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, toMap
public hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest request, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.JobPropertyDescriptor
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillTemplateJobNameItems()
public java.lang.String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
public hudson.util.FormValidation doCheckTemplateJobName(@QueryParameter java.lang.String value)
public java.util.Collection<Exclusion> getExclusionDefinitions()
public java.util.List<java.lang.String> getDefaultExclusions()