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) |
public SectionedViewSection(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment)
public static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
SectionedViewSection descriptors.public void setName(String name)
public String getIncludeRegex()
public void setIncludeRegex(String regex) throws PatternSyntaxException
PatternSyntaxExceptionpublic boolean isExecutingRegexOnAllJobs()
public void setExecutingRegexOnAllJobs(boolean value)
public Iterable<hudson.views.ViewJobFilter> getJobFilters()
@Deprecated public boolean hasJobFilterExtensions()
SectionedViewSectionDescriptor.hasJobFilterExtensions() insteadpublic 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,
hudson.model.ItemGroup<? extends hudson.model.TopLevelItem> itemGroup)
protected Object readResolve()
public Collection<hudson.model.TopLevelItem> getItems(hudson.model.ItemGroup<? extends hudson.model.TopLevelItem> itemGroup)
protected void initJobFilters()
public SectionedViewSectionDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<SectionedViewSection>public String getCss()
Copyright © 2016–2023. All rights reserved.