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.
|
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.ServletExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.