public abstract class SectionedViewSection extends Object implements hudson.ExtensionPoint, hudson.model.Describable<SectionedViewSection>
| Modifier and Type | Class and Description |
|---|---|
static class |
SectionedViewSection.Positioning
Constants that control how a Section is positioned.
|
static class |
SectionedViewSection.Width
Constants that control how a Section is floated.
|
| Constructor and Description |
|---|
SectionedViewSection(String name,
SectionedViewSection.Width width,
SectionedViewSection.Positioning alignment) |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> |
all()
Returns all the registered
SectionedViewSection descriptors. |
boolean |
contains(hudson.model.TopLevelItem item) |
SectionedViewSection.Positioning |
getAlignment() |
String |
getCss() |
SectionedViewSectionDescriptor |
getDescriptor() |
String |
getIncludeRegex() |
Collection<hudson.model.TopLevelItem> |
getItems() |
Iterable<hudson.views.ViewJobFilter> |
getJobFilters() |
String |
getName() |
SectionedViewSection.Width |
getWidth() |
boolean |
hasJobFilterExtensions() |
protected void |
initJobFilters() |
protected Object |
readResolve() |
void |
setAlignment(SectionedViewSection.Positioning alignment) |
void |
setName(String name) |
void |
setWidth(SectionedViewSection.Width width) |
public SectionedViewSection(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
public static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
SectionedViewSection descriptors.public String getName()
public void setName(String name)
public String getIncludeRegex()
public Iterable<hudson.views.ViewJobFilter> getJobFilters()
public boolean hasJobFilterExtensions()
public SectionedViewSection.Width getWidth()
public void setWidth(SectionedViewSection.Width width)
public SectionedViewSection.Positioning getAlignment()
public void setAlignment(SectionedViewSection.Positioning alignment)
public boolean contains(hudson.model.TopLevelItem item)
protected Object readResolve()
public Collection<hudson.model.TopLevelItem> getItems()
protected void initJobFilters()
public SectionedViewSectionDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<SectionedViewSection>public String getCss()
Copyright © 2004-2013. All Rights Reserved.