Uses of Class
hudson.plugins.sectioned_view.SectionedViewSection
-
Uses of SectionedViewSection in hudson.plugins.sectioned_view
Subclasses of SectionedViewSection in hudson.plugins.sectioned_viewModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in hudson.plugins.sectioned_view that return SectionedViewSectionModifier and TypeMethodDescriptionListViewSection.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) SectionedViewSectionDescriptor.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) TextSection.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) ViewListingSection.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods in hudson.plugins.sectioned_view that return types with arguments of type SectionedViewSectionModifier and TypeMethodDescriptionSectionedViewSection.all()
Returns all the registeredSectionedViewSection
descriptors.SectionedView.getSections()
Method parameters in hudson.plugins.sectioned_view with type arguments of type SectionedViewSectionModifier and TypeMethodDescriptionvoid
SectionedView.setSections
(Collection<? extends SectionedViewSection> sections) Constructor parameters in hudson.plugins.sectioned_view with type arguments of type SectionedViewSectionModifierConstructorDescriptionprotected
SectionedViewSectionDescriptor
(Class<? extends SectionedViewSection> clazz)