Uses of Class
hudson.plugins.sectioned_view.SectionedViewSection
-
Uses of SectionedViewSection in hudson.plugins.sectioned_view
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier 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) Modifier and TypeMethodDescriptionSectionedViewSection.all()
Returns all the registeredSectionedViewSection
descriptors.SectionedView.getSections()
Modifier and TypeMethodDescriptionvoid
SectionedView.setSections
(Collection<? extends SectionedViewSection> sections) ModifierConstructorDescriptionprotected
SectionedViewSectionDescriptor
(Class<? extends SectionedViewSection> clazz)