Class CollapsingSectionNote.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ConsoleNote<?>>
hudson.console.ConsoleAnnotationDescriptor
org.jvnet.hudson.plugins.collapsingconsolesections.CollapsingSectionNote.DescriptorImpl
- All Implemented Interfaces:
ExtensionPoint
,Saveable
,Loadable
,OnMaster
- Enclosing class:
- CollapsingSectionNote
@Extension
public static final class CollapsingSectionNote.DescriptorImpl
extends ConsoleAnnotationDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) doCheckSectionEndPattern
(String sectionEndPattern) doCheckSectionStartPattern
(String sectionStartPattern) boolean
void
load()
void
setSections
(CollapsingSectionNote... sections) Methods inherited from class hudson.console.ConsoleAnnotationDescriptor
all, doScriptJs, doStyleCss, hasScript, hasStylesheet
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classConsoleAnnotationDescriptor
-
getSections
-
getSectionDefinitions
-
setSections
-
isNumberingEnabled
public boolean isNumberingEnabled() -
getConfiguration
-
load
public void load()- Specified by:
load
in interfaceLoadable
- Overrides:
load
in classDescriptor<ConsoleNote<?>>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<ConsoleNote<?>>
- Throws:
Descriptor.FormException
-
doCheckSectionStartPattern
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckSectionStartPattern(@QueryParameter String sectionStartPattern) -
doCheckSectionEndPattern
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckSectionEndPattern(@QueryParameter String sectionEndPattern)
-