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,
String remoteURL) |
public SectionedViewSection(String name, SectionedViewSection.Width width, SectionedViewSection.Positioning alignment, String remoteURL)
@JavaScriptMethod public int getCounter()
public void setCounter(int counter)
public static hudson.DescriptorExtensionList<SectionedViewSection,SectionedViewSectionDescriptor> all()
SectionedViewSection
descriptors.public boolean getAvailable()
public void setAvailable(boolean available)
public String getName()
public void setName(String name)
public String getRemoteURL()
public void setRemoteURL(String remoteURL)
public boolean isBlue()
public boolean isRed()
public boolean isYellow()
public boolean isAborted()
public boolean isFilterEnabled()
public void setBlue(boolean blue)
public void setRed(boolean red)
public void setYellow(boolean yellow)
public void setAborted(boolean aborted)
public void setFilterEnabled(boolean filterEnabled)
public SectionedViewSection.Width getWidth()
public void setWidth(SectionedViewSection.Width width)
public SectionedViewSection.Positioning getAlignment()
public void setAlignment(SectionedViewSection.Positioning alignment)
public Collection<hudson.model.TopLevelItem> getItems(hudson.model.ItemGroup<? extends hudson.model.TopLevelItem> itemGroup)
public SectionedViewSectionDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<SectionedViewSection>
public String getCss()
Copyright © 2004-2015. All Rights Reserved.