org.jvnet.hudson.plugins.collapsingconsolesections
Class CollapsingSectionNote.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.console.ConsoleNote<?>>
      extended by hudson.console.ConsoleAnnotationDescriptor
          extended by org.jvnet.hudson.plugins.collapsingconsolesections.CollapsingSectionNote.DescriptorImpl
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Saveable
Enclosing class:
CollapsingSectionNote

@Extension
public static final class CollapsingSectionNote.DescriptorImpl
extends hudson.console.ConsoleAnnotationDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
CollapsingSectionNote.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 java.lang.String getDisplayName()
           
 SectionDefinition[] getSectionDefinitions()
           
 CollapsingSectionNote[] getSections()
           
 void setSections(CollapsingSectionNote... sections)
           
 
Methods inherited from class hudson.console.ConsoleAnnotationDescriptor
all, doScriptJs, doStyleCss, hasScript, hasStylesheet
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollapsingSectionNote.DescriptorImpl

public CollapsingSectionNote.DescriptorImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.console.ConsoleAnnotationDescriptor

getSections

public CollapsingSectionNote[] getSections()

getSectionDefinitions

public SectionDefinition[] getSectionDefinitions()

setSections

public void setSections(CollapsingSectionNote... sections)

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.console.ConsoleNote<?>>
Throws:
hudson.model.Descriptor.FormException


Copyright © 2010. All Rights Reserved.