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.SelfNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) doCheckSectionEndPattern(String sectionEndPattern) doCheckSectionStartPattern(String sectionStartPattern) booleanvoidload()voidsetSections(CollapsingSectionNote... sections) Methods inherited from class hudson.console.ConsoleAnnotationDescriptor
all, doScriptJs, doStyleCss, hasScript, hasStylesheetMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classConsoleAnnotationDescriptor
-
getSections
-
getSectionDefinitions
-
setSections
-
isNumberingEnabled
public boolean isNumberingEnabled() -
getConfiguration
-
load
public void load()- Specified by:
loadin interfaceLoadable- Overrides:
loadin classDescriptor<ConsoleNote<?>>
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) throws Descriptor.FormException - Overrides:
configurein 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)
-