hudson.plugins.sectioned_view
Class SectionedViewSection
java.lang.Object
hudson.plugins.sectioned_view.SectionedViewSection
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<SectionedViewSection>
- Direct Known Subclasses:
- JobGraphsSection, ListViewSection, TestResultViewSection
public abstract class SectionedViewSection
- extends java.lang.Object
- implements hudson.ExtensionPoint, hudson.model.Describable<SectionedViewSection>
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionedViewSection
public SectionedViewSection(java.lang.String name)
all
public static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
- Returns all the registered
SectionedViewSection descriptors.
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getIncludeRegex
public java.lang.String getIncludeRegex()
contains
public boolean contains(hudson.model.TopLevelItem item)
readResolve
protected java.lang.Object readResolve()
getItems
public java.util.Collection<hudson.model.TopLevelItem> getItems()
getDescriptor
public SectionedViewSectionDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<SectionedViewSection>
Copyright © 2009. All Rights Reserved.