hudson.plugins.sectioned_view
Class SectionedViewSectionDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<SectionedViewSection>
      extended by hudson.plugins.sectioned_view.SectionedViewSectionDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
JobGraphsSection.DescriptorImpl, ListViewSection.DescriptorImpl, TestResultViewSection.DescriptorImpl, TextSection.DescriptorImpl

public abstract class SectionedViewSectionDescriptor
extends hudson.model.Descriptor<SectionedViewSection>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
protected SectionedViewSectionDescriptor()
           
protected SectionedViewSectionDescriptor(java.lang.Class<? extends SectionedViewSection> clazz)
           
 
Method Summary
 hudson.util.FormValidation doCheckIncludeRegex(java.lang.String value)
          Checks if the include regular expression is valid.
 SectionedViewSection newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getDisplayName, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, 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

SectionedViewSectionDescriptor

protected SectionedViewSectionDescriptor(java.lang.Class<? extends SectionedViewSection> clazz)

SectionedViewSectionDescriptor

protected SectionedViewSectionDescriptor()
Method Detail

newInstance

public SectionedViewSection newInstance(org.kohsuke.stapler.StaplerRequest req,
                                        net.sf.json.JSONObject formData)
                                 throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<SectionedViewSection>
Throws:
hudson.model.Descriptor.FormException

doCheckIncludeRegex

public hudson.util.FormValidation doCheckIncludeRegex(@QueryParameter
                                                      java.lang.String value)
                                               throws java.io.IOException,
                                                      javax.servlet.ServletException,
                                                      java.lang.InterruptedException
Checks if the include regular expression is valid.

Throws:
java.io.IOException
javax.servlet.ServletException
java.lang.InterruptedException


Copyright © 2010. All Rights Reserved.