Uses of Class
hudson.plugins.sectioned_view.SectionedViewSection

Uses of SectionedViewSection in hudson.plugins.sectioned_view
 

Subclasses of SectionedViewSection in hudson.plugins.sectioned_view
 class JobGraphsSection
           
 class ListViewSection
           
 class TestResultViewSection
           
 

Methods in hudson.plugins.sectioned_view that return SectionedViewSection
 SectionedViewSection SectionedViewSectionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 

Methods in hudson.plugins.sectioned_view that return types with arguments of type SectionedViewSection
static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> SectionedViewSection.all()
          Returns all the registered SectionedViewSection descriptors.
 java.lang.Iterable<SectionedViewSection> SectionedView.getSections()
           
 

Constructor parameters in hudson.plugins.sectioned_view with type arguments of type SectionedViewSection
SectionedViewSectionDescriptor(java.lang.Class<? extends SectionedViewSection> clazz)
           
 



Copyright © 2009. All Rights Reserved.