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, TextSection
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,
SectionedViewSection.Width width,
SectionedViewSection.Positioning alignment)
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()
getWidth
public SectionedViewSection.Width getWidth()
setWidth
public void setWidth(SectionedViewSection.Width width)
getAlignment
public SectionedViewSection.Positioning getAlignment()
setAlignment
public void setAlignment(SectionedViewSection.Positioning alignment)
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>
getCss
public java.lang.String getCss()
Copyright © 2010. All Rights Reserved.