public abstract class SectionedViewSectionDescriptor extends hudson.model.Descriptor<SectionedViewSection>
| Modifier | Constructor and Description |
|---|---|
protected |
SectionedViewSectionDescriptor() |
protected |
SectionedViewSectionDescriptor(Class<? extends SectionedViewSection> clazz) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckIncludeRegex(String value)
Checks if the include regular expression is valid.
|
static String |
escapeJobName(String name)
Utility method which escapes job names so that they can be safely
inserted into the name field of HTML inputs.
|
boolean |
hasJobFilterExtensions() |
SectionedViewSection |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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, toMapprotected SectionedViewSectionDescriptor(Class<? extends SectionedViewSection> clazz)
protected SectionedViewSectionDescriptor()
public boolean hasJobFilterExtensions()
public SectionedViewSection newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<SectionedViewSection>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckIncludeRegex(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException,
InterruptedException
IOExceptionjavax.servlet.ServletExceptionInterruptedExceptionpublic static String escapeJobName(String name)
name - Job name to be escaped before insertion into HTML input nameCopyright © 2016–2024. All rights reserved.